#305D78

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

Shades of Blumine #305D78

Tints of Blumine #305D78

Color information

#305D78 (or 0x305D78) is unknown color: approx Blumine. HEX triplet: 30, 5D and 78. RGB value is (48,93,120). Sum of RGB (Red+Green+Blue) = 48+93+120=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 120 - color contains mainly: blue. Hex color #305D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305D78 is #CFA287. Grayscale: #525252. Windows color (decimal): -13607560 or 7888176. OLE color: 7888176.

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

Color convert

RGB4893120-
CMYK0.600.2200.53
HSL202.5º42.86%32.94%-
HSV(B)202.5º60%47.06%-
XYZ8.529.8119.21-
YUV82.62149.09103.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.39%
GREEN value IS 93 (36.72% from 255) = 35.63%
BLUE value IS 120 (47.27% from 255) = 45.98%
R=18.39%
G=35.63%
B=45.98%

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
Decimal48931200.600.2200.53202.542.8632.94
Hex305D783C16035ca2b21
Octal6013517074260653125341
Binary1100001011101111100011110010110011010111001010101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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