Html Css Color HEX #396AFB Royal Blue

📋 copy color: '#396AFB'

red 57 ◦ green 106 ◦ blue 251

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

Shades of Royal Blue #396AFB

Tints of Royal Blue #396AFB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.6%

 BLUE value IS 251 (98.44% from 255) = 60.63%

R = 13.77%
G = 25.6%
B = 60.63%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#396AFB (or 0x396AFB) is known color: Royal Blue. HEX triplet: 39, 6A and FB. RGB value is (57,106,251). Sum of RGB (Red+Green+Blue) = 57+106+251=414 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.77% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #396AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #396AFB is #C69504. Grayscale: #6B6B6B. Windows color (decimal): -13014277 or 16476729. OLE color: 16476729.

HSL color Cylindrical-coordinate representation of color #396AFB: hue angle of 224.85º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #396AFB is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 57 106 251 -
CMYK 0.77 0.58 0 0.02
HSL 224.85º 0.96% 0.6% -
HSV(B) 224.85º 0.77% 0.98% -
XYZ 24.25 18.14 93.49 -
YUV 107.88 208.77 91.71 -
System Red Green Blue C M Y K H S L
Decimal 57 106 251 0.77 0.58 0 0.02 224.85 0.96 0.6
Hex 39 6A FB 4D 3A 0 2 E1 60 3C
Octal 71 152 373 115 72 0 2 341 140 74
Binary 111001 1101010 11111011 1001101 111010 0 10 11100001 1100000 111100

Color Harmonies of #396AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396AFB

Black with #396AFB

Text Example


Text Example

White with #396AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,106,251); }

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

background-color css

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

 a { background-color: rgb(57,106,251); }

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

border-color css

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

 span { border-color: rgb(57,106,251); }

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