#306370

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

Shades of Blumine #306370

Tints of Blumine #306370

Color information

#306370 (or 0x306370) is unknown color: approx Blumine. HEX triplet: 30, 63 and 70. RGB value is (48,99,112). Sum of RGB (Red+Green+Blue) = 48+99+112=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 112 - color contains mainly: blue. Hex color #306370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306370 is #CF9C8F. Grayscale: #555555. Windows color (decimal): -13606032 or 7365424. OLE color: 7365424.

HSL color Cylindrical-coordinate representation of color #306370: hue angle of 192.19º 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 #306370 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4899112-
CMYK0.570.1200.56
HSL192.19º40%31.37%-
HSV(B)192.19º57.14%43.92%-
XYZ8.6110.7216.95-
YUV85.23143.1101.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.53%
GREEN value IS 99 (39.06% from 255) = 38.22%
BLUE value IS 112 (44.14% from 255) = 43.24%
R=18.53%
G=38.22%
B=43.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48991120.570.1200.56192.194031.37
Hex30637039C038c0281f
Octal6014316071140703005037
Binary11000011000111110000111001110001110001100000010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306370; }

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

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

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

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

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

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

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

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