Html Css Color HEX #385BD7 Royal Blue

📋 copy color: '#385BD7'

red 56 ◦ green 91 ◦ blue 215

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

Shades of Royal Blue #385BD7

Tints of Royal Blue #385BD7

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.14%

 BLUE value IS 215 (84.38% from 255) = 59.39%

R = 15.47%
G = 25.14%
B = 59.39%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#385BD7 (or 0x385BD7) is known color: Royal Blue. HEX triplet: 38, 5B and D7. RGB value is (56,91,215). Sum of RGB (Red+Green+Blue) = 56+91+215=362 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.47% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 215 (84.38% from 255 or 59.39% from 362); Max value from RGB is 215 - color contains mainly: blue. Hex color #385BD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385BD7 is #C7A428. Grayscale: #5E5E5E. Windows color (decimal): -13083689 or 14113592. OLE color: 14113592.

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

Color convert

RGB 56 91 215 -
CMYK 0.74 0.58 0 0.16
HSL 226.79º 0.67% 0.53% -
HSV(B) 226.79º 0.74% 0.84% -
XYZ 17.64 13.23 65.91 -
YUV 94.67 195.9 100.42 -
System Red Green Blue C M Y K H S L
Decimal 56 91 215 0.74 0.58 0 0.16 226.79 0.67 0.53
Hex 38 5B D7 4A 3A 0 10 E3 43 35
Octal 70 133 327 112 72 0 20 343 103 65
Binary 111000 1011011 11010111 1001010 111010 0 10000 11100011 1000011 110101

Color Harmonies of #385BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385BD7

Black with #385BD7

Text Example


Text Example

White with #385BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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