#083248

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

Shades of Blue Whale #083248

Tints of Blue Whale #083248

Color information

#083248 (or 0x083248) is unknown color: approx Blue Whale. HEX triplet: 08, 32 and 48. RGB value is (8,50,72). Sum of RGB (Red+Green+Blue) = 8+50+72=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 72 (28.52% from 255 or 55.38% from 130); Max value from RGB is 72 - color contains mainly: blue. Hex color #083248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083248 is #F7CDB7. Grayscale: #272727. Windows color (decimal): -16240056 or 4731400. OLE color: 4731400.

HSL color Cylindrical-coordinate representation of color #083248: hue angle of 200.62º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #083248 is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB85072-
CMYK0.890.3100.72
HSL200.62º80%15.69%-
HSV(B)200.62º88.89%28.24%-
XYZ2.412.86.54-
YUV39.95146.09105.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.15%
GREEN value IS 50 (19.92% from 255) = 38.46%
BLUE value IS 72 (28.52% from 255) = 55.38%
R=6.15%
G=38.46%
B=55.38%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal850720.890.3100.72200.628015.69
Hex83248591F048c95010
Octal106211013137011031112020
Binary100011001010010001011001111110100100011001001101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083248; }

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

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

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

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

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

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

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

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