#346375

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

Shades of Blumine #346375

Tints of Blumine #346375

Color information

#346375 (or 0x346375) is unknown color: approx Blumine. HEX triplet: 34, 63 and 75. RGB value is (52,99,117). Sum of RGB (Red+Green+Blue) = 52+99+117=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 117 - color contains mainly: blue. Hex color #346375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346375 is #CB9C8A. Grayscale: #565656. Windows color (decimal): -13343883 or 7693108. OLE color: 7693108.

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

Color convert

RGB5299117-
CMYK0.560.1500.54
HSL196.62º38.46%33.14%-
HSV(B)196.62º55.56%45.88%-
XYZ9.0910.9418.46-
YUV87144.93103.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.40%
GREEN value IS 99 (39.06% from 255) = 36.94%
BLUE value IS 117 (46.09% from 255) = 43.66%
R=19.40%
G=36.94%
B=43.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52991170.560.1500.54196.6238.4633.14
Hex34637538F036c52621
Octal6414316570170663054641
Binary110100110001111101011110001111011011011000101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346375; }

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

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

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

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

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

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

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

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