#083650

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

Shades of Blue Whale #083650

Tints of Blue Whale #083650

Color information

#083650 (or 0x083650) is unknown color: approx Blue Whale. HEX triplet: 08, 36 and 50. RGB value is (8,54,80). Sum of RGB (Red+Green+Blue) = 8+54+80=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 54 (21.48% from 255 or 38.03% from 142); Blue value is 80 (31.64% from 255 or 56.34% from 142); Max value from RGB is 80 - color contains mainly: blue. Hex color #083650 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083650 is #F7C9AF. Grayscale: #2B2B2B. Windows color (decimal): -16239024 or 5256712. OLE color: 5256712.

HSL color Cylindrical-coordinate representation of color #083650: hue angle of 201.67º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #083650 is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB85480-
CMYK0.900.3300.69
HSL201.67º81.82%17.25%-
HSV(B)201.67º90%31.37%-
XYZ2.873.278.07-
YUV43.21148.76102.89-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.63%
GREEN value IS 54 (21.48% from 255) = 38.03%
BLUE value IS 80 (31.64% from 255) = 56.34%
R=5.63%
G=38.03%
B=56.34%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal854800.900.3300.69201.6781.8217.25
Hex836505A21045ca5211
Octal106612013241010531212221
Binary1000110110101000010110101000010100010111001010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083650; }

 p { color: rgb(8,54,80); }

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

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

 a { background-color: rgb(8,54,80); }

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

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

 span { border-color: rgb(8,54,80); }

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