#062291

Color #062291 Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #062291

Tints of Smalt #062291

Color information

#062291 (or 0x062291) is unknown color: approx Smalt. HEX triplet: 06, 22 and 91. RGB value is (6,34,145). Sum of RGB (Red+Green+Blue) = 6+34+145=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 145 (57.03% from 255 or 78.38% from 185); Max value from RGB is 145 - color contains mainly: blue. Hex color #062291 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062291 is #F9DD6E. Grayscale: #252525. Windows color (decimal): -16375151 or 9511430. OLE color: 9511430.

HSL color Cylindrical-coordinate representation of color #062291: hue angle of 227.91º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062291 is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB634145-
CMYK0.960.7700.43
HSL227.91º92.05%29.61%-
HSV(B)227.91º95.86%56.86%-
XYZ5.763.2327.11-
YUV38.28188.22104.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.24%
GREEN value IS 34 (13.67% from 255) = 18.38%
BLUE value IS 145 (57.03% from 255) = 78.38%
R=3.24%
G=18.38%
B=78.38%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6341450.960.7700.43227.9192.0529.61
Hex62291604D02Be45c1e
Octal64222114011505334413436
Binary1101000101001000111000001001101010101111100100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062291; }

 p { color: rgb(6,34,145); }

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

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

 a { background-color: rgb(6,34,145); }

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

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

 span { border-color: rgb(6,34,145); }

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