Html Css Color HEX #396BCB Royal Blue

📋 copy color: '#396BCB'

red 57 ◦ green 107 ◦ blue 203

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

Shades of Royal Blue #396BCB

Tints of Royal Blue #396BCB

RGB

 RED value IS 57 (22.66% from 255) = 15.53%

 GREEN value IS 107 (42.19% from 255) = 29.16%

 BLUE value IS 203 (79.69% from 255) = 55.31%

R = 15.53%
G = 29.16%
B = 55.31%

CMYK

 C value IS 0.72

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#396BCB (or 0x396BCB) is known color: Royal Blue. HEX triplet: 39, 6B and CB. RGB value is (57,107,203). Sum of RGB (Red+Green+Blue) = 57+107+203=367 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.53% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #396BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396BCB is #C69434. Grayscale: #666666. Windows color (decimal): -13014069 or 13331257. OLE color: 13331257.

HSL color Cylindrical-coordinate representation of color #396BCB: hue angle of 219.45º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #396BCB is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 57 107 203 -
CMYK 0.72 0.47 0 0.20
HSL 219.45º 0.58% 0.51% -
HSV(B) 219.45º 0.72% 0.8% -
XYZ 17.72 15.7 58.6 -
YUV 102.99 184.44 95.19 -
System Red Green Blue C M Y K H S L
Decimal 57 107 203 0.72 0.47 0 0.20 219.45 0.58 0.51
Hex 39 6B CB 48 2F 0 14 DB 3A 33
Octal 71 153 313 110 57 0 24 333 72 63
Binary 111001 1101011 11001011 1001000 101111 0 10100 11011011 111010 110011

Color Harmonies of #396BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396BCB

Black with #396BCB

Text Example


Text Example

White with #396BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396BCB; }

 p { color: rgb(57,107,203); }

 H1.HeaderClassName
 {
   color: #396BCB;
 }
 .AnyTagClassName
 {
   color: #396BCB;
 }
</style>

background-color css

<style>
 a { background-color: #396BCB; }

 a { background-color: rgb(57,107,203); }

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

border-color css

<style>
 span { border-color: #396BCB; }

 span { border-color: rgb(57,107,203); }

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