Html Css Color HEX #396CEB Royal Blue

📋 copy color: '#396CEB'

red 57 ◦ green 108 ◦ blue 235

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

Shades of Royal Blue #396CEB

Tints of Royal Blue #396CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 58.75%

R = 14.25%
G = 27%
B = 58.75%

CMYK

 C value IS 0.76

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#396CEB (or 0x396CEB) is known color: Royal Blue. HEX triplet: 39, 6C and EB. RGB value is (57,108,235). Sum of RGB (Red+Green+Blue) = 57+108+235=400 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.25% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 235 (92.19% from 255 or 58.75% from 400); Max value from RGB is 235 - color contains mainly: blue. Hex color #396CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #396CEB is #C69314. Grayscale: #6A6A6A. Windows color (decimal): -13013781 or 15428665. OLE color: 15428665.

HSL color Cylindrical-coordinate representation of color #396CEB: hue angle of 222.81º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #396CEB is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 57 108 235 -
CMYK 0.76 0.54 0 0.08
HSL 222.81º 0.82% 0.57% -
HSV(B) 222.81º 0.76% 0.92% -
XYZ 22.05 17.59 80.83 -
YUV 107.23 200.1 92.17 -
System Red Green Blue C M Y K H S L
Decimal 57 108 235 0.76 0.54 0 0.08 222.81 0.82 0.57
Hex 39 6C EB 4C 36 0 8 DF 52 39
Octal 71 154 353 114 66 0 10 337 122 71
Binary 111001 1101100 11101011 1001100 110110 0 1000 11011111 1010010 111001

Color Harmonies of #396CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396CEB

Black with #396CEB

Text Example


Text Example

White with #396CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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