#305E79

Color #305E79 Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #305E79

Tints of Blumine #305E79

Color information

#305E79 (or 0x305E79) is unknown color: approx Blumine. HEX triplet: 30, 5E and 79. RGB value is (48,94,121). Sum of RGB (Red+Green+Blue) = 48+94+121=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 121 (47.66% from 255 or 46.01% from 263); Max value from RGB is 121 - color contains mainly: blue. Hex color #305E79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305E79 is #CFA186. Grayscale: #535353. Windows color (decimal): -13607303 or 7953968. OLE color: 7953968.

HSL color Cylindrical-coordinate representation of color #305E79: hue angle of 202.19º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #305E79 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4894121-
CMYK0.600.2200.53
HSL202.19º43.2%33.14%-
HSV(B)202.19º60.33%47.45%-
XYZ8.6710.0119.57-
YUV83.32149.26102.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.25%
GREEN value IS 94 (37.11% from 255) = 35.74%
BLUE value IS 121 (47.66% from 255) = 46.01%
R=18.25%
G=35.74%
B=46.01%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48941210.600.2200.53202.1943.233.14
Hex305E793C16035ca2b21
Octal6013617174260653125341
Binary1100001011110111100111110010110011010111001010101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305E79; }

 p { color: rgb(48,94,121); }

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

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

 a { background-color: rgb(48,94,121); }

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

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

 span { border-color: rgb(48,94,121); }

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