Html Css Color HEX #396BEE Royal Blue

📋 copy color: '#396BEE'

red 57 ◦ green 107 ◦ blue 238

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

Shades of Royal Blue #396BEE

Tints of Royal Blue #396BEE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.62%

 BLUE value IS 238 (93.36% from 255) = 59.2%

R = 14.18%
G = 26.62%
B = 59.2%

CMYK

 C value IS 0.76

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#396BEE (or 0x396BEE) is known color: Royal Blue. HEX triplet: 39, 6B and EE. RGB value is (57,107,238). Sum of RGB (Red+Green+Blue) = 57+107+238=402 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.18% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 238 (93.36% from 255 or 59.20% from 402); Max value from RGB is 238 - color contains mainly: blue. Hex color #396BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #396BEE is #C69411. Grayscale: #6A6A6A. Windows color (decimal): -13014034 or 15625017. OLE color: 15625017.

HSL color Cylindrical-coordinate representation of color #396BEE: hue angle of 223.43º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #396BEE is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 57 107 238 -
CMYK 0.76 0.55 0 0.07
HSL 223.43º 0.84% 0.58% -
HSV(B) 223.43º 0.76% 0.93% -
XYZ 22.38 17.56 83.1 -
YUV 106.98 201.94 92.35 -
System Red Green Blue C M Y K H S L
Decimal 57 107 238 0.76 0.55 0 0.07 223.43 0.84 0.58
Hex 39 6B EE 4C 37 0 7 DF 54 3A
Octal 71 153 356 114 67 0 7 337 124 72
Binary 111001 1101011 11101110 1001100 110111 0 111 11011111 1010100 111010

Color Harmonies of #396BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396BEE

Black with #396BEE

Text Example


Text Example

White with #396BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,107,238); }

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

background-color css

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

 a { background-color: rgb(57,107,238); }

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

border-color css

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

 span { border-color: rgb(57,107,238); }

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