Html Css Color HEX #396BDA Royal Blue

📋 copy color: '#396BDA'

red 57 ◦ green 107 ◦ blue 218

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

Shades of Royal Blue #396BDA

Tints of Royal Blue #396BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.07%

R = 14.92%
G = 28.01%
B = 57.07%

CMYK

 C value IS 0.74

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#396BDA (or 0x396BDA) is known color: Royal Blue. HEX triplet: 39, 6B and DA. RGB value is (57,107,218). Sum of RGB (Red+Green+Blue) = 57+107+218=382 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.92% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 218 (85.55% from 255 or 57.07% from 382); Max value from RGB is 218 - color contains mainly: blue. Hex color #396BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396BDA is #C69425. Grayscale: #686868. Windows color (decimal): -13014054 or 14314297. OLE color: 14314297.

HSL color Cylindrical-coordinate representation of color #396BDA: hue angle of 221.37º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #396BDA is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 57 107 218 -
CMYK 0.74 0.51 0 0.15
HSL 221.37º 0.69% 0.54% -
HSV(B) 221.37º 0.74% 0.85% -
XYZ 19.6 16.45 68.47 -
YUV 104.7 191.94 93.97 -
System Red Green Blue C M Y K H S L
Decimal 57 107 218 0.74 0.51 0 0.15 221.37 0.69 0.54
Hex 39 6B DA 4A 33 0 F DD 45 36
Octal 71 153 332 112 63 0 17 335 105 66
Binary 111001 1101011 11011010 1001010 110011 0 1111 11011101 1000101 110110

Color Harmonies of #396BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396BDA

Black with #396BDA

Text Example


Text Example

White with #396BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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