Html Css Color HEX #396CE0 Royal Blue

📋 copy color: '#396CE0'

red 57 ◦ green 108 ◦ blue 224

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

Shades of Royal Blue #396CE0

Tints of Royal Blue #396CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 57.58%

R = 14.65%
G = 27.76%
B = 57.58%

CMYK

 C value IS 0.75

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#396CE0 (or 0x396CE0) is known color: Royal Blue. HEX triplet: 39, 6C and E0. RGB value is (57,108,224). Sum of RGB (Red+Green+Blue) = 57+108+224=389 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.65% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 224 (87.89% from 255 or 57.58% from 389); Max value from RGB is 224 - color contains mainly: blue. Hex color #396CE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396CE0 is #C6931F. Grayscale: #696969. Windows color (decimal): -13013792 or 14707769. OLE color: 14707769.

HSL color Cylindrical-coordinate representation of color #396CE0: hue angle of 221.68º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #396CE0 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 57 108 224 -
CMYK 0.75 0.52 0 0.12
HSL 221.68º 0.73% 0.55% -
HSV(B) 221.68º 0.75% 0.88% -
XYZ 20.5 16.98 72.72 -
YUV 105.98 194.6 93.07 -
System Red Green Blue C M Y K H S L
Decimal 57 108 224 0.75 0.52 0 0.12 221.68 0.73 0.55
Hex 39 6C E0 4B 34 0 C DE 49 37
Octal 71 154 340 113 64 0 14 336 111 67
Binary 111001 1101100 11100000 1001011 110100 0 1100 11011110 1001001 110111

Color Harmonies of #396CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396CE0

Black with #396CE0

Text Example


Text Example

White with #396CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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