#083748

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

Shades of Blue Whale #083748

Tints of Blue Whale #083748

Color information

#083748 (or 0x083748) is unknown color: approx Blue Whale. HEX triplet: 08, 37 and 48. RGB value is (8,55,72). Sum of RGB (Red+Green+Blue) = 8+55+72=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 55 (21.88% from 255 or 40.74% from 135); Blue value is 72 (28.52% from 255 or 53.33% from 135); Max value from RGB is 72 - color contains mainly: blue. Hex color #083748 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083748 is #F7C8B7. Grayscale: #2A2A2A. Windows color (decimal): -16238776 or 4732680. OLE color: 4732680.

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

Color convert

RGB85572-
CMYK0.890.2400.72
HSL195.94º80%15.69%-
HSV(B)195.94º88.89%28.24%-
XYZ2.643.256.62-
YUV42.88144.43103.12-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.93%
GREEN value IS 55 (21.88% from 255) = 40.74%
BLUE value IS 72 (28.52% from 255) = 53.33%
R=5.93%
G=40.74%
B=53.33%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal855720.890.2400.72195.948015.69
Hex837485918048c45010
Octal106711013130011030412020
Binary100011011110010001011001110000100100011000100101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083748; }

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

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

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

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

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

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

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

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