#306670

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

Shades of Blumine #306670

Tints of Blumine #306670

Color information

#306670 (or 0x306670) is unknown color: approx Blumine. HEX triplet: 30, 66 and 70. RGB value is (48,102,112). Sum of RGB (Red+Green+Blue) = 48+102+112=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 102 (40.23% from 255 or 38.93% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 112 - color contains mainly: blue. Hex color #306670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306670 is #CF998F. Grayscale: #565656. Windows color (decimal): -13605264 or 7366192. OLE color: 7366192.

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

Color convert

RGB48102112-
CMYK0.570.0900.56
HSL189.38º40%31.37%-
HSV(B)189.38º57.14%43.92%-
XYZ8.8911.317.04-
YUV86.99142.11100.19-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.32%
GREEN value IS 102 (40.23% from 255) = 38.93%
BLUE value IS 112 (44.14% from 255) = 42.75%
R=18.32%
G=38.93%
B=42.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal481021120.570.0900.56189.384031.37
Hex306670399038bd281f
Octal6014616071110702755037
Binary11000011001101110000111001100101110001011110110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306670; }

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

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

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

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

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

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

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

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