Html Css Color HEX #396BF1 Royal Blue

📋 copy color: '#396BF1'

red 57 ◦ green 107 ◦ blue 241

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

Shades of Royal Blue #396BF1

Tints of Royal Blue #396BF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 59.51%

R = 14.07%
G = 26.42%
B = 59.51%

CMYK

 C value IS 0.76

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#396BF1 (or 0x396BF1) is known color: Royal Blue. HEX triplet: 39, 6B and F1. RGB value is (57,107,241). Sum of RGB (Red+Green+Blue) = 57+107+241=405 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.07% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 241 (94.53% from 255 or 59.51% from 405); Max value from RGB is 241 - color contains mainly: blue. Hex color #396BF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #396BF1 is #C6940E. Grayscale: #6A6A6A. Windows color (decimal): -13014031 or 15821625. OLE color: 15821625.

HSL color Cylindrical-coordinate representation of color #396BF1: hue angle of 223.7º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #396BF1 is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 57 107 241 -
CMYK 0.76 0.56 0 0.05
HSL 223.7º 0.87% 0.58% -
HSV(B) 223.7º 0.76% 0.95% -
XYZ 22.82 17.74 85.44 -
YUV 107.33 203.44 92.1 -
System Red Green Blue C M Y K H S L
Decimal 57 107 241 0.76 0.56 0 0.05 223.7 0.87 0.58
Hex 39 6B F1 4C 38 0 5 E0 57 3A
Octal 71 153 361 114 70 0 5 340 127 72
Binary 111001 1101011 11110001 1001100 111000 0 101 11100000 1010111 111010

Color Harmonies of #396BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396BF1

Black with #396BF1

Text Example


Text Example

White with #396BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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