#345970

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

Shades of Blumine #345970

Tints of Blumine #345970

Color information

#345970 (or 0x345970) is unknown color: approx Blumine. HEX triplet: 34, 59 and 70. RGB value is (52,89,112). Sum of RGB (Red+Green+Blue) = 52+89+112=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 112 - color contains mainly: blue. Hex color #345970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345970 is #CBA68F. Grayscale: #505050. Windows color (decimal): -13346448 or 7362868. OLE color: 7362868.

HSL color Cylindrical-coordinate representation of color #345970: hue angle of 203º 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 #345970 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5289112-
CMYK0.540.2100.56
HSL203º36.59%32.16%-
HSV(B)203º53.57%43.92%-
XYZ7.919.0416.66-
YUV80.56145.74107.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.55%
GREEN value IS 89 (35.16% from 255) = 35.18%
BLUE value IS 112 (44.14% from 255) = 44.27%
R=20.55%
G=35.18%
B=44.27%

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
Decimal52891120.540.2100.5620336.5932.16
Hex3459703615038cb2520
Octal6413116066250703134540
Binary1101001011001111000011011010101011100011001011100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345970; }

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

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

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

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

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

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

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

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