#083444

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

Shades of Blue Whale #083444

Tints of Blue Whale #083444

Color information

#083444 (or 0x083444) is unknown color: approx Blue Whale. HEX triplet: 08, 34 and 44. RGB value is (8,52,68). Sum of RGB (Red+Green+Blue) = 8+52+68=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 68 (26.95% from 255 or 53.12% from 128); Max value from RGB is 68 - color contains mainly: blue. Hex color #083444 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083444 is #F7CBBB. Grayscale: #282828. Windows color (decimal): -16239548 or 4469768. OLE color: 4469768.

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

Color convert

RGB85268-
CMYK0.880.2400.73
HSL196º78.95%14.9%-
HSV(B)196º88.24%26.67%-
XYZ2.372.925.91-
YUV40.67143.42104.7-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.25%
GREEN value IS 52 (20.70% from 255) = 40.62%
BLUE value IS 68 (26.95% from 255) = 53.12%
R=6.25%
G=40.62%
B=53.12%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal852680.880.2400.7319678.9514.9
Hex834445818049c44ff
Octal106410413030011130411717
Binary10001101001000100101100011000010010011100010010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083444; }

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

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

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

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

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

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

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

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