#345870

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

Shades of Blumine #345870

Tints of Blumine #345870

Color information

#345870 (or 0x345870) is unknown color: approx Blumine. HEX triplet: 34, 58 and 70. RGB value is (52,88,112). Sum of RGB (Red+Green+Blue) = 52+88+112=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 112 - color contains mainly: blue. Hex color #345870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345870 is #CBA78F. Grayscale: #4F4F4F. Windows color (decimal): -13346704 or 7362612. OLE color: 7362612.

HSL color Cylindrical-coordinate representation of color #345870: hue angle of 204º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #345870 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5288112-
CMYK0.540.2100.56
HSL204º36.59%32.16%-
HSV(B)204º53.57%43.92%-
XYZ7.838.8816.63-
YUV79.97146.07108.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.63%
GREEN value IS 88 (34.77% from 255) = 34.92%
BLUE value IS 112 (44.14% from 255) = 44.44%
R=20.63%
G=34.92%
B=44.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52881120.540.2100.5620436.5932.16
Hex3458703615038cc2520
Octal6413016066250703144540
Binary1101001011000111000011011010101011100011001100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345870; }

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

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

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

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

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

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

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

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