#306470

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

Shades of Blumine #306470

Tints of Blumine #306470

Color information

#306470 (or 0x306470) is unknown color: approx Blumine. HEX triplet: 30, 64 and 70. RGB value is (48,100,112). Sum of RGB (Red+Green+Blue) = 48+100+112=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 100 (39.45% from 255 or 38.46% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 112 - color contains mainly: blue. Hex color #306470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306470 is #CF9B8F. Grayscale: #555555. Windows color (decimal): -13605776 or 7365680. OLE color: 7365680.

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

Color convert

RGB48100112-
CMYK0.570.1100.56
HSL191.25º40%31.37%-
HSV(B)191.25º57.14%43.92%-
XYZ8.710.9116.98-
YUV85.82142.77101.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.46%
GREEN value IS 100 (39.45% from 255) = 38.46%
BLUE value IS 112 (44.14% from 255) = 43.08%
R=18.46%
G=38.46%
B=43.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal481001120.570.1100.56191.254031.37
Hex30647039B038bf281f
Octal6014416071130702775037
Binary11000011001001110000111001101101110001011111110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306470; }

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

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

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

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

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

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

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

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