#305E78

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

Shades of Blumine #305E78

Tints of Blumine #305E78

Color information

#305E78 (or 0x305E78) is unknown color: approx Blumine. HEX triplet: 30, 5E and 78. RGB value is (48,94,120). Sum of RGB (Red+Green+Blue) = 48+94+120=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 120 - color contains mainly: blue. Hex color #305E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305E78 is #CFA187. Grayscale: #535353. Windows color (decimal): -13607304 or 7888432. OLE color: 7888432.

HSL color Cylindrical-coordinate representation of color #305E78: hue angle of 201.67º 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 #305E78 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4894120-
CMYK0.600.2200.53
HSL201.67º42.86%32.94%-
HSV(B)201.67º60%47.06%-
XYZ8.619.9919.24-
YUV83.21148.76102.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.32%
GREEN value IS 94 (37.11% from 255) = 35.88%
BLUE value IS 120 (47.27% from 255) = 45.80%
R=18.32%
G=35.88%
B=45.80%

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
Decimal48941200.600.2200.53201.6742.8632.94
Hex305E783C16035ca2b21
Octal6013617074260653125341
Binary1100001011110111100011110010110011010111001010101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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