Html Css Color HEX #396DF2 Royal Blue

📋 copy color: '#396DF2'

red 57 ◦ green 109 ◦ blue 242

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

Shades of Royal Blue #396DF2

Tints of Royal Blue #396DF2

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.72%

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

R = 13.97%
G = 26.72%
B = 59.31%

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

#396DF2 (or 0x396DF2) is known color: Royal Blue. HEX triplet: 39, 6D and F2. RGB value is (57,109,242). Sum of RGB (Red+Green+Blue) = 57+109+242=408 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.97% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 242 (94.92% from 255 or 59.31% from 408); Max value from RGB is 242 - color contains mainly: blue. Hex color #396DF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #396DF2 is #C6920D. Grayscale: #6C6C6C. Windows color (decimal): -13013518 or 15887673. OLE color: 15887673.

HSL color Cylindrical-coordinate representation of color #396DF2: hue angle of 223.14º 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 #396DF2 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 57 109 242 -
CMYK 0.76 0.55 0 0.05
HSL 223.14º 0.88% 0.59% -
HSV(B) 223.14º 0.76% 0.95% -
XYZ 23.18 18.22 86.3 -
YUV 108.61 203.27 91.19 -
System Red Green Blue C M Y K H S L
Decimal 57 109 242 0.76 0.55 0 0.05 223.14 0.88 0.59
Hex 39 6D F2 4C 37 0 5 DF 58 3B
Octal 71 155 362 114 67 0 5 337 130 73
Binary 111001 1101101 11110010 1001100 110111 0 101 11011111 1011000 111011

Color Harmonies of #396DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396DF2

Black with #396DF2

Text Example


Text Example

White with #396DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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