#083348

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

Shades of Blue Whale #083348

Tints of Blue Whale #083348

Color information

#083348 (or 0x083348) is unknown color: approx Blue Whale. HEX triplet: 08, 33 and 48. RGB value is (8,51,72). Sum of RGB (Red+Green+Blue) = 8+51+72=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 51 (20.31% from 255 or 38.93% from 131); Blue value is 72 (28.52% from 255 or 54.96% from 131); Max value from RGB is 72 - color contains mainly: blue. Hex color #083348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083348 is #F7CCB7. Grayscale: #282828. Windows color (decimal): -16239800 or 4731656. OLE color: 4731656.

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

Color convert

RGB85172-
CMYK0.890.2900.72
HSL199.69º80%15.69%-
HSV(B)199.69º88.89%28.24%-
XYZ2.452.896.56-
YUV40.54145.75104.79-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.11%
GREEN value IS 51 (20.31% from 255) = 38.93%
BLUE value IS 72 (28.52% from 255) = 54.96%
R=6.11%
G=38.93%
B=54.96%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal851720.890.2900.72199.698015.69
Hex83348591D048c85010
Octal106311013135011031012020
Binary100011001110010001011001111010100100011001000101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083348; }

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

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

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

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

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

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

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

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