#396acf

Color #396ACF Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #396ACF

Tints of Royal Blue #396ACF

Color information

#396ACF (or 0x396ACF) is unknown color: approx Royal Blue. HEX triplet: 39, 6A and CF. RGB value is (57,106,207). Sum of RGB (Red+Green+Blue) = 57+106+207=370 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.41% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #396ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396ACF is #C69530. Grayscale: #666666. Windows color (decimal): -13014321 or 13593145. OLE color: 13593145.

HSL color Cylindrical-coordinate representation of color #396ACF: hue angle of 220.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #396ACF is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB57106207-
CMYK0.720.4900.19
HSL220.4º60.98%51.76%-
HSV(B)220.4º72.46%81.18%-
XYZ18.115.6861.1-
YUV102.86186.7795.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.41%
GREEN value IS 106 (41.80% from 255) = 28.65%
BLUE value IS 207 (81.25% from 255) = 55.95%
R=15.41%
G=28.65%
B=55.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal571062070.720.4900.19220.460.9851.76
Hex396ACF4831013dc3d34
Octal71152317110610233347564
Binary111001110101011001111100100011000101001111011100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396acf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #396acf;
 }
 .AnyTagClassName
 {
   color: #396acf;
 }
</style>
background-color css

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

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

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

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

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

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