#305F77

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

Shades of Blumine #305F77

Tints of Blumine #305F77

Color information

#305F77 (or 0x305F77) is unknown color: approx Blumine. HEX triplet: 30, 5F and 77. RGB value is (48,95,119). Sum of RGB (Red+Green+Blue) = 48+95+119=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 119 (46.88% from 255 or 45.42% from 262); Max value from RGB is 119 - color contains mainly: blue. Hex color #305F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305F77 is #CFA088. Grayscale: #535353. Windows color (decimal): -13607049 or 7823152. OLE color: 7823152.

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

Color convert

RGB4895119-
CMYK0.600.2000.53
HSL200.28º42.51%32.75%-
HSV(B)200.28º59.66%46.67%-
XYZ8.6410.1418.96-
YUV83.68147.93102.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.32%
GREEN value IS 95 (37.5% from 255) = 36.26%
BLUE value IS 119 (46.88% from 255) = 45.42%
R=18.32%
G=36.26%
B=45.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48951190.600.2000.53200.2842.5132.75
Hex305F773C14035c82b21
Octal6013716774240653105341
Binary1100001011111111011111110010100011010111001000101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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