#346167

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

Shades of Blumine #346167

Tints of Blumine #346167

Color information

#346167 (or 0x346167) is unknown color: approx Blumine. HEX triplet: 34, 61 and 67. RGB value is (52,97,103). Sum of RGB (Red+Green+Blue) = 52+97+103=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 103 (40.62% from 255 or 40.87% from 252); Max value from RGB is 103 - color contains mainly: blue. Hex color #346167 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346167 is #CB9E98. Grayscale: #545454. Windows color (decimal): -13344409 or 6775092. OLE color: 6775092.

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

Color convert

RGB5297103-
CMYK0.500.0600.60
HSL187.06º32.9%30.39%-
HSV(B)187.06º49.51%40.39%-
XYZ8.1410.2614.38-
YUV84.23138.59105.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.63%
GREEN value IS 97 (38.28% from 255) = 38.49%
BLUE value IS 103 (40.62% from 255) = 40.87%
R=20.63%
G=38.49%
B=40.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal52971030.500.0600.60187.0632.930.39
Hex34616732603Cbb211e
Octal641411476260742734136
Binary1101001100001110011111001011001111001011101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346167; }

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

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

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

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

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

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

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

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