#305E77

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

Shades of Blumine #305E77

Tints of Blumine #305E77

Color information

#305E77 (or 0x305E77) is unknown color: approx Blumine. HEX triplet: 30, 5E and 77. RGB value is (48,94,119). Sum of RGB (Red+Green+Blue) = 48+94+119=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 119 (46.88% from 255 or 45.59% from 261); Max value from RGB is 119 - color contains mainly: blue. Hex color #305E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305E77 is #CFA188. Grayscale: #525252. Windows color (decimal): -13607305 or 7822896. OLE color: 7822896.

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

Color convert

RGB4894119-
CMYK0.600.2100.53
HSL201.13º42.51%32.75%-
HSV(B)201.13º59.66%46.67%-
XYZ8.559.9718.93-
YUV83.1148.26102.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.39%
GREEN value IS 94 (37.11% from 255) = 36.02%
BLUE value IS 119 (46.88% from 255) = 45.59%
R=18.39%
G=36.02%
B=45.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48941190.600.2100.53201.1342.5132.75
Hex305E773C15035c92b21
Octal6013616774250653115341
Binary1100001011110111011111110010101011010111001001101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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