Html Css Color HEX #396FCB Royal Blue

📋 copy color: '#396FCB'

red 57 ◦ green 111 ◦ blue 203

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

Shades of Royal Blue #396FCB

Tints of Royal Blue #396FCB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.92%

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

R = 15.36%
G = 29.92%
B = 54.72%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#396FCB (or 0x396FCB) is known color: Royal Blue. HEX triplet: 39, 6F and CB. RGB value is (57,111,203). Sum of RGB (Red+Green+Blue) = 57+111+203=371 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.36% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #396FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396FCB is #C69034. Grayscale: #686868. Windows color (decimal): -13013045 or 13332281. OLE color: 13332281.

HSL color Cylindrical-coordinate representation of color #396FCB: hue angle of 217.81º 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 #396FCB is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 57 111 203 -
CMYK 0.72 0.45 0 0.20
HSL 217.81º 0.58% 0.51% -
HSV(B) 217.81º 0.72% 0.8% -
XYZ 18.15 16.55 58.74 -
YUV 105.34 183.11 93.52 -
System Red Green Blue C M Y K H S L
Decimal 57 111 203 0.72 0.45 0 0.20 217.81 0.58 0.51
Hex 39 6F CB 48 2D 0 14 DA 3A 33
Octal 71 157 313 110 55 0 24 332 72 63
Binary 111001 1101111 11001011 1001000 101101 0 10100 11011010 111010 110011

Color Harmonies of #396FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396FCB

Black with #396FCB

Text Example


Text Example

White with #396FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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