#306167

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

Shades of Blumine #306167

Tints of Blumine #306167

Color information

#306167 (or 0x306167) is unknown color: approx Blumine. HEX triplet: 30, 61 and 67. RGB value is (48,97,103). Sum of RGB (Red+Green+Blue) = 48+97+103=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 103 (40.62% from 255 or 41.53% from 248); Max value from RGB is 103 - color contains mainly: blue. Hex color #306167 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306167 is #CF9E98. Grayscale: #525252. Windows color (decimal): -13606553 or 6775088. OLE color: 6775088.

HSL color Cylindrical-coordinate representation of color #306167: hue angle of 186.55º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #306167 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4897103-
CMYK0.530.0600.60
HSL186.55º36.42%29.61%-
HSV(B)186.55º53.4%40.39%-
XYZ7.9410.1614.37-
YUV83.03139.27103.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.35%
GREEN value IS 97 (38.28% from 255) = 39.11%
BLUE value IS 103 (40.62% from 255) = 41.53%
R=19.35%
G=39.11%
B=41.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48971030.530.0600.60186.5536.4229.61
Hex30616735603Cbb241e
Octal601411476560742734436
Binary1100001100001110011111010111001111001011101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306167; }

 p { color: rgb(48,97,103); }

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

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

 a { background-color: rgb(48,97,103); }

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

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

 span { border-color: rgb(48,97,103); }

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