#083750

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

Shades of Blue Whale #083750

Tints of Blue Whale #083750

Color information

#083750 (or 0x083750) is unknown color: approx Blue Whale. HEX triplet: 08, 37 and 50. RGB value is (8,55,80). Sum of RGB (Red+Green+Blue) = 8+55+80=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 55 (21.88% from 255 or 38.46% from 143); Blue value is 80 (31.64% from 255 or 55.94% from 143); Max value from RGB is 80 - color contains mainly: blue. Hex color #083750 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083750 is #F7C8AF. Grayscale: #2B2B2B. Windows color (decimal): -16238768 or 5256968. OLE color: 5256968.

HSL color Cylindrical-coordinate representation of color #083750: hue angle of 200.83º 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 #083750 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB85580-
CMYK0.900.3100.69
HSL200.83º81.82%17.25%-
HSV(B)200.83º90%31.37%-
XYZ2.913.368.08-
YUV43.8148.43102.47-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.59%
GREEN value IS 55 (21.88% from 255) = 38.46%
BLUE value IS 80 (31.64% from 255) = 55.94%
R=5.59%
G=38.46%
B=55.94%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal855800.900.3100.69200.8381.8217.25
Hex837505A1F045c95211
Octal106712013237010531112221
Binary100011011110100001011010111110100010111001001101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083750; }

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

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

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

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

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

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

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

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