#06349F

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

Shades of Smalt #06349F

Tints of Smalt #06349F

Color information

#06349F (or 0x06349F) is unknown color: approx Smalt. HEX triplet: 06, 34 and 9F. RGB value is (6,52,159). Sum of RGB (Red+Green+Blue) = 6+52+159=217 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.76% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 159 (62.5% from 255 or 73.27% from 217); Max value from RGB is 159 - color contains mainly: blue. Hex color #06349F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06349F is #F9CB60. Grayscale: #313131. Windows color (decimal): -16370529 or 10433542. OLE color: 10433542.

HSL color Cylindrical-coordinate representation of color #06349F: hue angle of 221.96º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06349F is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB652159-
CMYK0.960.6700.38
HSL221.96º92.73%32.35%-
HSV(B)221.96º96.23%62.35%-
XYZ7.56533.37-
YUV50.44189.2696.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.76%
GREEN value IS 52 (20.70% from 255) = 23.96%
BLUE value IS 159 (62.5% from 255) = 73.27%
R=2.76%
G=23.96%
B=73.27%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal6521590.960.6700.38221.9692.7332.35
Hex6349F6043026de5d20
Octal66423714010304633613540
Binary11011010010011111110000010000110100110110111101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06349F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06349F; }

 p { color: rgb(6,52,159); }

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

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

 a { background-color: rgb(6,52,159); }

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

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

 span { border-color: rgb(6,52,159); }

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