#305E72

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

Shades of Blumine #305E72

Tints of Blumine #305E72

Color information

#305E72 (or 0x305E72) is unknown color: approx Blumine. HEX triplet: 30, 5E and 72. RGB value is (48,94,114). Sum of RGB (Red+Green+Blue) = 48+94+114=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 94 (37.11% from 255 or 36.72% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 114 - color contains mainly: blue. Hex color #305E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305E72 is #CFA18D. Grayscale: #525252. Windows color (decimal): -13607310 or 7495216. OLE color: 7495216.

HSL color Cylindrical-coordinate representation of color #305E72: hue angle of 198.18º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #305E72 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4894114-
CMYK0.580.1800.55
HSL198.18º40.74%31.76%-
HSV(B)198.18º57.89%44.71%-
XYZ8.269.8517.39-
YUV82.53145.76103.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.75%
GREEN value IS 94 (37.11% from 255) = 36.72%
BLUE value IS 114 (44.92% from 255) = 44.53%
R=18.75%
G=36.72%
B=44.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48941140.580.1800.55198.1840.7431.76
Hex305E723A12037c62920
Octal6013616272220673065140
Binary1100001011110111001011101010010011011111000110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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