Html Css Color HEX #396EF2 Royal Blue

📋 copy color: '#396EF2'

red 57 ◦ green 110 ◦ blue 242

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

Shades of Royal Blue #396EF2

Tints of Royal Blue #396EF2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.89%

 BLUE value IS 242 (94.92% from 255) = 59.17%

R = 13.94%
G = 26.89%
B = 59.17%

CMYK

 C value IS 0.76

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#396EF2 (or 0x396EF2) is known color: Royal Blue. HEX triplet: 39, 6E and F2. RGB value is (57,110,242). Sum of RGB (Red+Green+Blue) = 57+110+242=409 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.94% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 242 (94.92% from 255 or 59.17% from 409); Max value from RGB is 242 - color contains mainly: blue. Hex color #396EF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #396EF2 is #C6910D. Grayscale: #6C6C6C. Windows color (decimal): -13013262 or 15887929. OLE color: 15887929.

HSL color Cylindrical-coordinate representation of color #396EF2: hue angle of 222.81º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #396EF2 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 57 110 242 -
CMYK 0.76 0.55 0 0.05
HSL 222.81º 0.88% 0.59% -
HSV(B) 222.81º 0.76% 0.95% -
XYZ 23.29 18.43 86.33 -
YUV 109.2 202.94 90.77 -
System Red Green Blue C M Y K H S L
Decimal 57 110 242 0.76 0.55 0 0.05 222.81 0.88 0.59
Hex 39 6E F2 4C 37 0 5 DF 58 3B
Octal 71 156 362 114 67 0 5 337 130 73
Binary 111001 1101110 11110010 1001100 110111 0 101 11011111 1011000 111011

Color Harmonies of #396EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396EF2

Black with #396EF2

Text Example


Text Example

White with #396EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,110,242); }

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

background-color css

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

 a { background-color: rgb(57,110,242); }

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

border-color css

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

 span { border-color: rgb(57,110,242); }

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