Html Css Color HEX #385AD8 Royal Blue

📋 copy color: '#385AD8'

red 56 ◦ green 90 ◦ blue 216

#385AD8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #385AD8

Tints of Royal Blue #385AD8

RGB

 RED value IS 56 (22.27% from 255) = 15.47%

 GREEN value IS 90 (35.55% from 255) = 24.86%

 BLUE value IS 216 (84.77% from 255) = 59.67%

R = 15.47%
G = 24.86%
B = 59.67%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#385AD8 (or 0x385AD8) is known color: Royal Blue. HEX triplet: 38, 5A and D8. RGB value is (56,90,216). Sum of RGB (Red+Green+Blue) = 56+90+216=362 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.47% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 216 (84.77% from 255 or 59.67% from 362); Max value from RGB is 216 - color contains mainly: blue. Hex color #385AD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385AD8 is #C7A527. Grayscale: #5D5D5D. Windows color (decimal): -13083944 or 14178872. OLE color: 14178872.

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

Color convert

RGB 56 90 216 -
CMYK 0.74 0.58 0 0.15
HSL 227.25º 0.67% 0.53% -
HSV(B) 227.25º 0.74% 0.85% -
XYZ 17.68 13.11 66.56 -
YUV 94.2 196.74 100.75 -
System Red Green Blue C M Y K H S L
Decimal 56 90 216 0.74 0.58 0 0.15 227.25 0.67 0.53
Hex 38 5A D8 4A 3A 0 F E3 43 35
Octal 70 132 330 112 72 0 17 343 103 65
Binary 111000 1011010 11011000 1001010 111010 0 1111 11100011 1000011 110101

Color Harmonies of #385AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385AD8

Black with #385AD8

Text Example


Text Example

White with #385AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,90,216); }

 H1.HeaderClassName
 {
   color: #385AD8;
 }
 .AnyTagClassName
 {
   color: #385AD8;
 }
</style>

background-color css

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

 a { background-color: rgb(56,90,216); }

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

border-color css

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

 span { border-color: rgb(56,90,216); }

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