#305F71

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

Shades of Blumine #305F71

Tints of Blumine #305F71

Color information

#305F71 (or 0x305F71) is unknown color: approx Blumine. HEX triplet: 30, 5F and 71. RGB value is (48,95,113). Sum of RGB (Red+Green+Blue) = 48+95+113=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 113 - color contains mainly: blue. Hex color #305F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305F71 is #CFA08E. Grayscale: #525252. Windows color (decimal): -13607055 or 7429936. OLE color: 7429936.

HSL color Cylindrical-coordinate representation of color #305F71: hue angle of 196.62º 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 #305F71 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4895113-
CMYK0.580.1600.56
HSL196.62º40.37%31.57%-
HSV(B)196.62º57.52%44.31%-
XYZ8.2910.0117.12-
YUV83144.93103.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.75%
GREEN value IS 95 (37.5% from 255) = 37.11%
BLUE value IS 113 (44.53% from 255) = 44.14%
R=18.75%
G=37.11%
B=44.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48951130.580.1600.56196.6240.3731.57
Hex305F713A10038c52820
Octal6013716172200703055040
Binary1100001011111111000111101010000011100011000101101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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