#083246

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

Shades of Blue Whale #083246

Tints of Blue Whale #083246

Color information

#083246 (or 0x083246) is unknown color: approx Blue Whale. HEX triplet: 08, 32 and 46. RGB value is (8,50,70). Sum of RGB (Red+Green+Blue) = 8+50+70=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 70 (27.73% from 255 or 54.69% from 128); Max value from RGB is 70 - color contains mainly: blue. Hex color #083246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083246 is #F7CDB9. Grayscale: #272727. Windows color (decimal): -16240058 or 4600328. OLE color: 4600328.

HSL color Cylindrical-coordinate representation of color #083246: hue angle of 199.35º 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 #083246 is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB85070-
CMYK0.890.2900.73
HSL199.35º79.49%15.29%-
HSV(B)199.35º88.57%27.45%-
XYZ2.352.786.21-
YUV39.72145.09105.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.25%
GREEN value IS 50 (19.92% from 255) = 39.06%
BLUE value IS 70 (27.73% from 255) = 54.69%
R=6.25%
G=39.06%
B=54.69%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal850700.890.2900.73199.3579.4915.29
Hex83246591D049c74ff
Octal106210613135011130711717
Binary10001100101000110101100111101010010011100011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083246; }

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

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

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

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

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

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

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

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