#06349D

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

Shades of Smalt #06349D

Tints of Smalt #06349D

Color information

#06349D (or 0x06349D) is unknown color: approx Smalt. HEX triplet: 06, 34 and 9D. RGB value is (6,52,157). Sum of RGB (Red+Green+Blue) = 6+52+157=215 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.79% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 157 (61.72% from 255 or 73.02% from 215); Max value from RGB is 157 - color contains mainly: blue. Hex color #06349D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06349D is #F9CB62. Grayscale: #313131. Windows color (decimal): -16370531 or 10302470. OLE color: 10302470.

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

Color convert

RGB652157-
CMYK0.960.6700.38
HSL221.72º92.64%31.96%-
HSV(B)221.72º96.18%61.57%-
XYZ7.394.9332.46-
YUV50.22188.2696.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.79%
GREEN value IS 52 (20.70% from 255) = 24.19%
BLUE value IS 157 (61.72% from 255) = 73.02%
R=2.79%
G=24.19%
B=73.02%

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
Decimal6521570.960.6700.38221.7292.6431.96
Hex6349D6043026de5d20
Octal66423514010304633613540
Binary11011010010011101110000010000110100110110111101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06349D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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