#08304A

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

Shades of Blue Whale #08304A

Tints of Blue Whale #08304A

Color information

#08304A (or 0x08304A) is unknown color: approx Blue Whale. HEX triplet: 08, 30 and 4A. RGB value is (8,48,74). Sum of RGB (Red+Green+Blue) = 8+48+74=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 74 (29.30% from 255 or 56.92% from 130); Max value from RGB is 74 - color contains mainly: blue. Hex color #08304A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08304A is #F7CFB5. Grayscale: #262626. Windows color (decimal): -16240566 or 4861960. OLE color: 4861960.

HSL color Cylindrical-coordinate representation of color #08304A: hue angle of 203.64º degrees, saturation: 0.8, 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 #08304A is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB84874-
CMYK0.890.3500.71
HSL203.64º80.49%16.08%-
HSV(B)203.64º89.19%29.02%-
XYZ2.392.666.87-
YUV39147.75105.89-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.15%
GREEN value IS 48 (19.14% from 255) = 36.92%
BLUE value IS 74 (29.30% from 255) = 56.92%
R=6.15%
G=36.92%
B=56.92%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal848740.890.3500.71203.6480.4916.08
Hex8304A5923047cc5010
Octal106011213143010731412020
Binary1000110000100101010110011000110100011111001100101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08304A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08304A; }

 p { color: rgb(8,48,74); }

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

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

 a { background-color: rgb(8,48,74); }

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

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

 span { border-color: rgb(8,48,74); }

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