#346374

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

Shades of Blumine #346374

Tints of Blumine #346374

Color information

#346374 (or 0x346374) is unknown color: approx Blumine. HEX triplet: 34, 63 and 74. RGB value is (52,99,116). Sum of RGB (Red+Green+Blue) = 52+99+116=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 116 (45.70% from 255 or 43.45% from 267); Max value from RGB is 116 - color contains mainly: blue. Hex color #346374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346374 is #CB9C8B. Grayscale: #565656. Windows color (decimal): -13343884 or 7627572. OLE color: 7627572.

HSL color Cylindrical-coordinate representation of color #346374: hue angle of 195.94º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #346374 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5299116-
CMYK0.550.1500.55
HSL195.94º38.1%32.94%-
HSV(B)195.94º55.17%45.49%-
XYZ9.0310.9118.15-
YUV86.88144.43103.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.48%
GREEN value IS 99 (39.06% from 255) = 37.08%
BLUE value IS 116 (45.70% from 255) = 43.45%
R=19.48%
G=37.08%
B=43.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52991160.550.1500.55195.9438.132.94
Hex34637437F037c42621
Octal6414316467170673044641
Binary110100110001111101001101111111011011111000100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346374; }

 p { color: rgb(52,99,116); }

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

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

 a { background-color: rgb(52,99,116); }

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

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

 span { border-color: rgb(52,99,116); }

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