#08344B

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

Shades of Blue Whale #08344B

Tints of Blue Whale #08344B

Color information

#08344B (or 0x08344B) is unknown color: approx Blue Whale. HEX triplet: 08, 34 and 4B. RGB value is (8,52,75). Sum of RGB (Red+Green+Blue) = 8+52+75=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 75 (29.69% from 255 or 55.56% from 135); Max value from RGB is 75 - color contains mainly: blue. Hex color #08344B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08344B is #F7CBB4. Grayscale: #292929. Windows color (decimal): -16239541 or 4928520. OLE color: 4928520.

HSL color Cylindrical-coordinate representation of color #08344B: hue angle of 200.6º 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 #08344B is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB85275-
CMYK0.890.3100.71
HSL200.6º80.72%16.27%-
HSV(B)200.6º89.33%29.41%-
XYZ2.63.027.1-
YUV41.47146.92104.13-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.93%
GREEN value IS 52 (20.70% from 255) = 38.52%
BLUE value IS 75 (29.69% from 255) = 55.56%
R=5.93%
G=38.52%
B=55.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal852750.890.3100.71200.680.7216.27
Hex8344B591F047c95110
Octal106411313137010731112120
Binary100011010010010111011001111110100011111001001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08344B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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