#08338A

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

Shades of Smalt #08338A

Tints of Smalt #08338A

Color information

#08338A (or 0x08338A) is unknown color: approx Smalt. HEX triplet: 08, 33 and 8A. RGB value is (8,51,138). Sum of RGB (Red+Green+Blue) = 8+51+138=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 138 (54.30% from 255 or 70.05% from 197); Max value from RGB is 138 - color contains mainly: blue. Hex color #08338A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08338A is #F7CC75. Grayscale: #2F2F2F. Windows color (decimal): -16239734 or 9057032. OLE color: 9057032.

HSL color Cylindrical-coordinate representation of color #08338A: hue angle of 220.15º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08338A is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB851138-
CMYK0.940.6300.46
HSL220.15º89.04%28.63%-
HSV(B)220.15º94.2%54.12%-
XYZ5.874.2524.56-
YUV48.06178.7599.43-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.06%
GREEN value IS 51 (20.31% from 255) = 25.89%
BLUE value IS 138 (54.30% from 255) = 70.05%
R=4.06%
G=25.89%
B=70.05%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8511380.940.6300.46220.1589.0428.63
Hex8338A5E3F02Edc591d
Octal10632121367705633413135
Binary1000110011100010101011110111111010111011011100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08338A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08338A; }

 p { color: rgb(8,51,138); }

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

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

 a { background-color: rgb(8,51,138); }

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

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

 span { border-color: rgb(8,51,138); }

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