#083446

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

Shades of Blue Whale #083446

Tints of Blue Whale #083446

Color information

#083446 (or 0x083446) is unknown color: approx Blue Whale. HEX triplet: 08, 34 and 46. RGB value is (8,52,70). Sum of RGB (Red+Green+Blue) = 8+52+70=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 70 (27.73% from 255 or 53.85% from 130); Max value from RGB is 70 - color contains mainly: blue. Hex color #083446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083446 is #F7CBB9. Grayscale: #282828. Windows color (decimal): -16239546 or 4600840. OLE color: 4600840.

HSL color Cylindrical-coordinate representation of color #083446: hue angle of 197.42º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #083446 is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB85270-
CMYK0.890.2600.73
HSL197.42º79.49%15.29%-
HSV(B)197.42º88.57%27.45%-
XYZ2.432.956.24-
YUV40.9144.42104.54-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.15%
GREEN value IS 52 (20.70% from 255) = 40%
BLUE value IS 70 (27.73% from 255) = 53.85%
R=6.15%
G=40%
B=53.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal852700.890.2600.73197.4279.4915.29
Hex83446591A049c54ff
Octal106410613132011130511717
Binary10001101001000110101100111010010010011100010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083446; }

 p { color: rgb(8,52,70); }

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

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

 a { background-color: rgb(8,52,70); }

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

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

 span { border-color: rgb(8,52,70); }

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