#305A71

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

Shades of Blumine #305A71

Tints of Blumine #305A71

Color information

#305A71 (or 0x305A71) is unknown color: approx Blumine. HEX triplet: 30, 5A and 71. RGB value is (48,90,113). Sum of RGB (Red+Green+Blue) = 48+90+113=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 113 - color contains mainly: blue. Hex color #305A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305A71 is #CFA58E. Grayscale: #4F4F4F. Windows color (decimal): -13608335 or 7428656. OLE color: 7428656.

HSL color Cylindrical-coordinate representation of color #305A71: hue angle of 201.23º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #305A71 is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4890113-
CMYK0.580.2000.56
HSL201.23º40.37%31.57%-
HSV(B)201.23º57.52%44.31%-
XYZ7.869.1316.97-
YUV80.06146.59105.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.12%
GREEN value IS 90 (35.55% from 255) = 35.86%
BLUE value IS 113 (44.53% from 255) = 45.02%
R=19.12%
G=35.86%
B=45.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48901130.580.2000.56201.2340.3731.57
Hex305A713A14038c92820
Octal6013216172240703115040
Binary1100001011010111000111101010100011100011001001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,90,113); }

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

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

 a { background-color: rgb(48,90,113); }

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

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

 span { border-color: rgb(48,90,113); }

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