Html Css Color HEX #396EFB Royal Blue

📋 copy color: '#396EFB'

red 57 ◦ green 110 ◦ blue 251

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

Shades of Royal Blue #396EFB

Tints of Royal Blue #396EFB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.32%

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

R = 13.64%
G = 26.32%
B = 60.05%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#396EFB (or 0x396EFB) is known color: Royal Blue. HEX triplet: 39, 6E and FB. RGB value is (57,110,251). Sum of RGB (Red+Green+Blue) = 57+110+251=418 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.64% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 251 (98.44% from 255 or 60.05% from 418); Max value from RGB is 251 - color contains mainly: blue. Hex color #396EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #396EFB is #C69104. Grayscale: #6D6D6D. Windows color (decimal): -13013253 or 16477753. OLE color: 16477753.

HSL color Cylindrical-coordinate representation of color #396EFB: hue angle of 223.61º 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 #396EFB is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 57 110 251 -
CMYK 0.77 0.56 0 0.02
HSL 223.61º 0.96% 0.6% -
HSV(B) 223.61º 0.77% 0.98% -
XYZ 24.68 18.99 93.63 -
YUV 110.23 207.44 90.04 -
System Red Green Blue C M Y K H S L
Decimal 57 110 251 0.77 0.56 0 0.02 223.61 0.96 0.6
Hex 39 6E FB 4D 38 0 2 E0 60 3C
Octal 71 156 373 115 70 0 2 340 140 74
Binary 111001 1101110 11111011 1001101 111000 0 10 11100000 1100000 111100

Color Harmonies of #396EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396EFB

Black with #396EFB

Text Example


Text Example

White with #396EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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