Html Css Color HEX #396CEA Royal Blue

📋 copy color: '#396CEA'

red 57 ◦ green 108 ◦ blue 234

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

Shades of Royal Blue #396CEA

Tints of Royal Blue #396CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 58.65%

R = 14.29%
G = 27.07%
B = 58.65%

CMYK

 C value IS 0.76

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#396CEA (or 0x396CEA) is known color: Royal Blue. HEX triplet: 39, 6C and EA. RGB value is (57,108,234). Sum of RGB (Red+Green+Blue) = 57+108+234=399 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.29% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 234 (91.80% from 255 or 58.65% from 399); Max value from RGB is 234 - color contains mainly: blue. Hex color #396CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #396CEA is #C69315. Grayscale: #6A6A6A. Windows color (decimal): -13013782 or 15363129. OLE color: 15363129.

HSL color Cylindrical-coordinate representation of color #396CEA: hue angle of 222.71º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #396CEA is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 57 108 234 -
CMYK 0.76 0.54 0 0.08
HSL 222.71º 0.81% 0.57% -
HSV(B) 222.71º 0.76% 0.92% -
XYZ 21.9 17.54 80.07 -
YUV 107.12 199.6 92.25 -
System Red Green Blue C M Y K H S L
Decimal 57 108 234 0.76 0.54 0 0.08 222.71 0.81 0.57
Hex 39 6C EA 4C 36 0 8 DF 51 39
Octal 71 154 352 114 66 0 10 337 121 71
Binary 111001 1101100 11101010 1001100 110110 0 1000 11011111 1010001 111001

Color Harmonies of #396CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396CEA

Black with #396CEA

Text Example


Text Example

White with #396CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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