#306069

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

Shades of Blumine #306069

Tints of Blumine #306069

Color information

#306069 (or 0x306069) is unknown color: approx Blumine. HEX triplet: 30, 60 and 69. RGB value is (48,96,105). Sum of RGB (Red+Green+Blue) = 48+96+105=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 105 (41.41% from 255 or 42.17% from 249); Max value from RGB is 105 - color contains mainly: blue. Hex color #306069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306069 is #CF9F96. Grayscale: #525252. Windows color (decimal): -13606807 or 6905904. OLE color: 6905904.

HSL color Cylindrical-coordinate representation of color #306069: hue angle of 189.47º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #306069 is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4896105-
CMYK0.540.0900.59
HSL189.47º37.25%30%-
HSV(B)189.47º54.29%41.18%-
XYZ7.9510.0114.88-
YUV82.67140.6103.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.28%
GREEN value IS 96 (37.89% from 255) = 38.55%
BLUE value IS 105 (41.41% from 255) = 42.17%
R=19.28%
G=38.55%
B=42.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48961050.540.0900.59189.4737.2530
Hex30606936903Bbd251e
Octal6014015166110732754536
Binary11000011000001101001110110100101110111011110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306069; }

 p { color: rgb(48,96,105); }

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

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

 a { background-color: rgb(48,96,105); }

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

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

 span { border-color: rgb(48,96,105); }

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