#305D70

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

Shades of Blumine #305D70

Tints of Blumine #305D70

Color information

#305D70 (or 0x305D70) is unknown color: approx Blumine. HEX triplet: 30, 5D and 70. RGB value is (48,93,112). Sum of RGB (Red+Green+Blue) = 48+93+112=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 112 - color contains mainly: blue. Hex color #305D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305D70 is #CFA28F. Grayscale: #515151. Windows color (decimal): -13607568 or 7363888. OLE color: 7363888.

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

Color convert

RGB4893112-
CMYK0.570.1700.56
HSL197.81º40%31.37%-
HSV(B)197.81º57.14%43.92%-
XYZ8.069.6316.76-
YUV81.71145.09103.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.97%
GREEN value IS 93 (36.72% from 255) = 36.76%
BLUE value IS 112 (44.14% from 255) = 44.27%
R=18.97%
G=36.76%
B=44.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48931120.570.1700.56197.814031.37
Hex305D703911038c6281f
Octal6013516071210703065037
Binary110000101110111100001110011000101110001100011010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,93,112); }

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

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

 a { background-color: rgb(48,93,112); }

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

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

 span { border-color: rgb(48,93,112); }

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