#345864

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

Shades of Blumine #345864

Tints of Blumine #345864

Color information

#345864 (or 0x345864) is unknown color: approx Blumine. HEX triplet: 34, 58 and 64. RGB value is (52,88,100). Sum of RGB (Red+Green+Blue) = 52+88+100=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 100 (39.45% from 255 or 41.67% from 240); Max value from RGB is 100 - color contains mainly: blue. Hex color #345864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345864 is #CBA79B. Grayscale: #4E4E4E. Windows color (decimal): -13346716 or 6576180. OLE color: 6576180.

HSL color Cylindrical-coordinate representation of color #345864: hue angle of 195º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #345864 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB5288100-
CMYK0.480.1200.61
HSL195º31.58%29.8%-
HSV(B)195º48%39.22%-
XYZ7.218.6313.34-
YUV78.6140.07109.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.67%
GREEN value IS 88 (34.77% from 255) = 36.67%
BLUE value IS 100 (39.45% from 255) = 41.67%
R=21.67%
G=36.67%
B=41.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal52881000.480.1200.6119531.5829.8
Hex34586430C03Dc3201e
Octal6413014460140753034036
Binary11010010110001100100110000110001111011100001110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345864; }

 p { color: rgb(52,88,100); }

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

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

 a { background-color: rgb(52,88,100); }

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

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

 span { border-color: rgb(52,88,100); }

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