Html Css Color HEX #396CCB Royal Blue

📋 copy color: '#396CCB'

red 57 ◦ green 108 ◦ blue 203

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

Shades of Royal Blue #396CCB

Tints of Royal Blue #396CCB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.35%

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

R = 15.49%
G = 29.35%
B = 55.16%

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

#396CCB (or 0x396CCB) is known color: Royal Blue. HEX triplet: 39, 6C and CB. RGB value is (57,108,203). Sum of RGB (Red+Green+Blue) = 57+108+203=368 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.49% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #396CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396CCB is #C69334. Grayscale: #676767. Windows color (decimal): -13013813 or 13331513. OLE color: 13331513.

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

Color convert

RGB 57 108 203 -
CMYK 0.72 0.47 0 0.20
HSL 219.04º 0.58% 0.51% -
HSV(B) 219.04º 0.72% 0.8% -
XYZ 17.83 15.91 58.63 -
YUV 103.58 184.1 94.78 -
System Red Green Blue C M Y K H S L
Decimal 57 108 203 0.72 0.47 0 0.20 219.04 0.58 0.51
Hex 39 6C CB 48 2F 0 14 DB 3A 33
Octal 71 154 313 110 57 0 24 333 72 63
Binary 111001 1101100 11001011 1001000 101111 0 10100 11011011 111010 110011

Color Harmonies of #396CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396CCB

Black with #396CCB

Text Example


Text Example

White with #396CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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