#05304C

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

Shades of Blue Whale #05304C

Tints of Blue Whale #05304C

Color information

#05304C (or 0x05304C) is unknown color: approx Blue Whale. HEX triplet: 05, 30 and 4C. RGB value is (5,48,76). Sum of RGB (Red+Green+Blue) = 5+48+76=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 76 (30.08% from 255 or 58.91% from 129); Max value from RGB is 76 - color contains mainly: blue. Hex color #05304C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05304C is #FACFB3. Grayscale: #262626. Windows color (decimal): -16437172 or 4993029. OLE color: 4993029.

HSL color Cylindrical-coordinate representation of color #05304C: hue angle of 203.66º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05304C is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB54876-
CMYK0.930.3700.70
HSL203.66º87.65%15.88%-
HSV(B)203.66º93.42%29.8%-
XYZ2.422.677.22-
YUV38.34149.25104.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.88%
GREEN value IS 48 (19.14% from 255) = 37.21%
BLUE value IS 76 (30.08% from 255) = 58.91%
R=3.88%
G=37.21%
B=58.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal548760.930.3700.70203.6687.6515.88
Hex5304C5D25046cc5810
Octal56011413545010631413020
Binary101110000100110010111011001010100011011001100101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05304C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05304C; }

 p { color: rgb(5,48,76); }

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

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

 a { background-color: rgb(5,48,76); }

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

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

 span { border-color: rgb(5,48,76); }

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