Html Css Color HEX #396BFB Royal Blue

📋 copy color: '#396BFB'

red 57 ◦ green 107 ◦ blue 251

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

Shades of Royal Blue #396BFB

Tints of Royal Blue #396BFB

RGB

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

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

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

R = 13.73%
G = 25.78%
B = 60.48%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#396BFB (or 0x396BFB) is known color: Royal Blue. HEX triplet: 39, 6B and FB. RGB value is (57,107,251). Sum of RGB (Red+Green+Blue) = 57+107+251=415 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.73% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 251 (98.44% from 255 or 60.48% from 415); Max value from RGB is 251 - color contains mainly: blue. Hex color #396BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #396BFB is #C69404. Grayscale: #6B6B6B. Windows color (decimal): -13014021 or 16476985. OLE color: 16476985.

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

Color convert

RGB 57 107 251 -
CMYK 0.77 0.57 0 0.02
HSL 224.54º 0.96% 0.6% -
HSV(B) 224.54º 0.77% 0.98% -
XYZ 24.36 18.35 93.52 -
YUV 108.47 208.44 91.29 -
System Red Green Blue C M Y K H S L
Decimal 57 107 251 0.77 0.57 0 0.02 224.54 0.96 0.6
Hex 39 6B FB 4D 39 0 2 E1 60 3C
Octal 71 153 373 115 71 0 2 341 140 74
Binary 111001 1101011 11111011 1001101 111001 0 10 11100001 1100000 111100

Color Harmonies of #396BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396BFB

Black with #396BFB

Text Example


Text Example

White with #396BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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