#306270

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

Shades of Blumine #306270

Tints of Blumine #306270

Color information

#306270 (or 0x306270) is unknown color: approx Blumine. HEX triplet: 30, 62 and 70. RGB value is (48,98,112). Sum of RGB (Red+Green+Blue) = 48+98+112=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 112 - color contains mainly: blue. Hex color #306270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306270 is #CF9D8F. Grayscale: #545454. Windows color (decimal): -13606288 or 7365168. OLE color: 7365168.

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

Color convert

RGB4898112-
CMYK0.570.1300.56
HSL193.12º40%31.37%-
HSV(B)193.12º57.14%43.92%-
XYZ8.5110.5316.91-
YUV84.65143.44101.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.60%
GREEN value IS 98 (38.67% from 255) = 37.98%
BLUE value IS 112 (44.14% from 255) = 43.41%
R=18.60%
G=37.98%
B=43.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48981120.570.1300.56193.124031.37
Hex30627039D038c1281f
Octal6014216071150703015037
Binary11000011000101110000111001110101110001100000110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306270; }

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

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

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

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

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

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

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

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