#08354B

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

Shades of Blue Whale #08354B

Tints of Blue Whale #08354B

Color information

#08354B (or 0x08354B) is unknown color: approx Blue Whale. HEX triplet: 08, 35 and 4B. RGB value is (8,53,75). Sum of RGB (Red+Green+Blue) = 8+53+75=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 75 (29.69% from 255 or 55.15% from 136); Max value from RGB is 75 - color contains mainly: blue. Hex color #08354B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08354B is #F7CAB4. Grayscale: #292929. Windows color (decimal): -16239285 or 4928776. OLE color: 4928776.

HSL color Cylindrical-coordinate representation of color #08354B: hue angle of 199.7º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08354B is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB85375-
CMYK0.890.2900.71
HSL199.7º80.72%16.27%-
HSV(B)199.7º89.33%29.41%-
XYZ2.643.117.12-
YUV42.05146.59103.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.88%
GREEN value IS 53 (21.09% from 255) = 38.97%
BLUE value IS 75 (29.69% from 255) = 55.15%
R=5.88%
G=38.97%
B=55.15%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal853750.890.2900.71199.780.7216.27
Hex8354B591D047c85110
Octal106511313135010731012120
Binary100011010110010111011001111010100011111001000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08354B; }

 p { color: rgb(8,53,75); }

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

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

 a { background-color: rgb(8,53,75); }

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

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

 span { border-color: rgb(8,53,75); }

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