Html Css Color HEX #396CE8 Royal Blue

📋 copy color: '#396CE8'

red 57 ◦ green 108 ◦ blue 232

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

Shades of Royal Blue #396CE8

Tints of Royal Blue #396CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 58.44%

R = 14.36%
G = 27.2%
B = 58.44%

CMYK

 C value IS 0.75

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#396CE8 (or 0x396CE8) is known color: Royal Blue. HEX triplet: 39, 6C and E8. RGB value is (57,108,232). Sum of RGB (Red+Green+Blue) = 57+108+232=397 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.36% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 232 (91.02% from 255 or 58.44% from 397); Max value from RGB is 232 - color contains mainly: blue. Hex color #396CE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #396CE8 is #C69317. Grayscale: #6A6A6A. Windows color (decimal): -13013784 or 15232057. OLE color: 15232057.

HSL color Cylindrical-coordinate representation of color #396CE8: hue angle of 222.51º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #396CE8 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 57 108 232 -
CMYK 0.75 0.53 0 0.09
HSL 222.51º 0.79% 0.57% -
HSV(B) 222.51º 0.75% 0.91% -
XYZ 21.62 17.42 78.57 -
YUV 106.89 198.6 92.42 -
System Red Green Blue C M Y K H S L
Decimal 57 108 232 0.75 0.53 0 0.09 222.51 0.79 0.57
Hex 39 6C E8 4B 35 0 9 DF 4F 39
Octal 71 154 350 113 65 0 11 337 117 71
Binary 111001 1101100 11101000 1001011 110101 0 1001 11011111 1001111 111001

Color Harmonies of #396CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396CE8

Black with #396CE8

Text Example


Text Example

White with #396CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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