#083240

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

Shades of Blue Whale #083240

Tints of Blue Whale #083240

Color information

#083240 (or 0x083240) is unknown color: approx Blue Whale. HEX triplet: 08, 32 and 40. RGB value is (8,50,64). Sum of RGB (Red+Green+Blue) = 8+50+64=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 64 (25.39% from 255 or 52.46% from 122); Max value from RGB is 64 - color contains mainly: blue. Hex color #083240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083240 is #F7CDBF. Grayscale: #262626. Windows color (decimal): -16240064 or 4207112. OLE color: 4207112.

HSL color Cylindrical-coordinate representation of color #083240: hue angle of 195º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #083240 is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB85064-
CMYK0.870.2200.75
HSL195º77.78%14.12%-
HSV(B)195º87.5%25.1%-
XYZ2.172.75.26-
YUV39.04142.09105.86-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.56%
GREEN value IS 50 (19.92% from 255) = 40.98%
BLUE value IS 64 (25.39% from 255) = 52.46%
R=6.56%
G=40.98%
B=52.46%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal850640.870.2200.7519577.7814.12
Hex83240571604Bc34ee
Octal106210012726011330311616
Binary10001100101000000101011110110010010111100001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083240; }

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

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

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

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

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

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

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

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