#083295

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

Shades of Smalt #083295

Tints of Smalt #083295

Color information

#083295 (or 0x083295) is unknown color: approx Smalt. HEX triplet: 08, 32 and 95. RGB value is (8,50,149). Sum of RGB (Red+Green+Blue) = 8+50+149=207 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.86% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 149 (58.59% from 255 or 71.98% from 207); Max value from RGB is 149 - color contains mainly: blue. Hex color #083295 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083295 is #F7CD6A. Grayscale: #303030. Windows color (decimal): -16239979 or 9777672. OLE color: 9777672.

HSL color Cylindrical-coordinate representation of color #083295: hue angle of 222.13º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #083295 is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB850149-
CMYK0.950.6600.42
HSL222.13º89.81%30.78%-
HSV(B)222.13º94.63%58.43%-
XYZ6.674.528.95-
YUV48.73184.5998.95-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.86%
GREEN value IS 50 (19.92% from 255) = 24.15%
BLUE value IS 149 (58.59% from 255) = 71.98%
R=3.86%
G=24.15%
B=71.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8501490.950.6600.42222.1389.8130.78
Hex832955F4202Ade5a1f
Octal106222513710205233613237
Binary10001100101001010110111111000010010101011011110101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083295; }

 p { color: rgb(8,50,149); }

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

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

 a { background-color: rgb(8,50,149); }

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

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

 span { border-color: rgb(8,50,149); }

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