#305C74

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

Shades of Blumine #305C74

Tints of Blumine #305C74

Color information

#305C74 (or 0x305C74) is unknown color: approx Blumine. HEX triplet: 30, 5C and 74. RGB value is (48,92,116). Sum of RGB (Red+Green+Blue) = 48+92+116=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 116 - color contains mainly: blue. Hex color #305C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305C74 is #CFA38B. Grayscale: #515151. Windows color (decimal): -13607820 or 7625776. OLE color: 7625776.

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

Color convert

RGB4892116-
CMYK0.590.2100.55
HSL201.18º41.46%32.16%-
HSV(B)201.18º58.62%45.49%-
XYZ8.29.5417.93-
YUV81.58147.42104.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.75%
GREEN value IS 92 (36.33% from 255) = 35.94%
BLUE value IS 116 (45.70% from 255) = 45.31%
R=18.75%
G=35.94%
B=45.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48921160.590.2100.55201.1841.4632.16
Hex305C743B15037c92920
Octal6013416473250673115140
Binary1100001011100111010011101110101011011111001001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,92,116); }

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

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

 a { background-color: rgb(48,92,116); }

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

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

 span { border-color: rgb(48,92,116); }

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