#083746

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

Shades of Blue Whale #083746

Tints of Blue Whale #083746

Color information

#083746 (or 0x083746) is unknown color: approx Blue Whale. HEX triplet: 08, 37 and 46. RGB value is (8,55,70). Sum of RGB (Red+Green+Blue) = 8+55+70=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 55 (21.88% from 255 or 41.35% from 133); Blue value is 70 (27.73% from 255 or 52.63% from 133); Max value from RGB is 70 - color contains mainly: blue. Hex color #083746 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083746 is #F7C8B9. Grayscale: #2A2A2A. Windows color (decimal): -16238778 or 4601608. OLE color: 4601608.

HSL color Cylindrical-coordinate representation of color #083746: hue angle of 194.52º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #083746 is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB85570-
CMYK0.890.2100.73
HSL194.52º79.49%15.29%-
HSV(B)194.52º88.57%27.45%-
XYZ2.573.236.28-
YUV42.66143.43103.28-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.02%
GREEN value IS 55 (21.88% from 255) = 41.35%
BLUE value IS 70 (27.73% from 255) = 52.63%
R=6.02%
G=41.35%
B=52.63%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal855700.890.2100.73194.5279.4915.29
Hex837465915049c34ff
Octal106710613125011130311717
Binary10001101111000110101100110101010010011100001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083746; }

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

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

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

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

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

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

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

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