#06349E

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

Shades of Smalt #06349E

Tints of Smalt #06349E

Color information

#06349E (or 0x06349E) is unknown color: approx Smalt. HEX triplet: 06, 34 and 9E. RGB value is (6,52,158). Sum of RGB (Red+Green+Blue) = 6+52+158=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 52 (20.70% from 255 or 24.07% from 216); Blue value is 158 (62.11% from 255 or 73.15% from 216); Max value from RGB is 158 - color contains mainly: blue. Hex color #06349E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06349E is #F9CB61. Grayscale: #313131. Windows color (decimal): -16370530 or 10368006. OLE color: 10368006.

HSL color Cylindrical-coordinate representation of color #06349E: hue angle of 221.84º 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 #06349E is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB652158-
CMYK0.960.6700.38
HSL221.84º92.68%32.16%-
HSV(B)221.84º96.2%61.96%-
XYZ7.474.9632.91-
YUV50.33188.7696.38-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.78%
GREEN value IS 52 (20.70% from 255) = 24.07%
BLUE value IS 158 (62.11% from 255) = 73.15%
R=2.78%
G=24.07%
B=73.15%

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
Decimal6521580.960.6700.38221.8492.6832.16
Hex6349E6043026de5d20
Octal66423614010304633613540
Binary11011010010011110110000010000110100110110111101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06349E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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