#385BDA

Color #385BDA Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #385BDA

Tints of Royal Blue #385BDA

Color information

#385BDA (or 0x385BDA) is unknown color: approx Royal Blue. HEX triplet: 38, 5B and DA. RGB value is (56,91,218). Sum of RGB (Red+Green+Blue) = 56+91+218=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 218 (85.55% from 255 or 59.73% from 365); Max value from RGB is 218 - color contains mainly: blue. Hex color #385BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385BDA is #C7A425. Grayscale: #5E5E5E. Windows color (decimal): -13083686 or 14310200. OLE color: 14310200.

HSL color Cylindrical-coordinate representation of color #385BDA: hue angle of 227.04º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #385BDA is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB5691218-
CMYK0.740.5800.15
HSL227.04º68.64%53.73%-
HSV(B)227.04º74.31%85.49%-
XYZ18.0313.3867.96-
YUV95.01197.4100.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 15.34%
GREEN value IS 91 (35.94% from 255) = 24.93%
BLUE value IS 218 (85.55% from 255) = 59.73%
R=15.34%
G=24.93%
B=59.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal56912180.740.5800.15227.0468.6453.73
Hex385BDA4A3A0Fe34536
Octal701333321127201734310566
Binary111000101101111011010100101011101001111111000111000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385BDA; }

 p { color: rgb(56,91,218); }

 H1.HeaderClassName
 {
   color: #385BDA;
 }
 .AnyTagClassName
 {
   color: #385BDA;
 }
</style>
background-color css

<style>
 a { background-color: #385BDA; }

 a { background-color: rgb(56,91,218); }

 div.DivClassName
 {
   background-color: #385BDA;
 }
 .BgClassName
 {
   background-color: #385BDA;
 }
</style>
border-color css

<style>
 span { border-color: #385BDA; }

 span { border-color: rgb(56,91,218); }

 td.TdClassName
 {
   border-color: #385BDA;
 }
 .TagClassName
 {
   border-color: #385BDA;
 }
</style>