#345E77

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

Shades of Blumine #345E77

Tints of Blumine #345E77

Color information

#345E77 (or 0x345E77) is unknown color: approx Blumine. HEX triplet: 34, 5E and 77. RGB value is (52,94,119). Sum of RGB (Red+Green+Blue) = 52+94+119=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 94 (37.11% from 255 or 35.47% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 119 - color contains mainly: blue. Hex color #345E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345E77 is #CBA188. Grayscale: #545454. Windows color (decimal): -13345161 or 7822900. OLE color: 7822900.

HSL color Cylindrical-coordinate representation of color #345E77: hue angle of 202.39º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #345E77 is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5294119-
CMYK0.560.2100.53
HSL202.39º39.18%33.53%-
HSV(B)202.39º56.3%46.67%-
XYZ8.7510.0718.93-
YUV84.29147.59104.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.62%
GREEN value IS 94 (37.11% from 255) = 35.47%
BLUE value IS 119 (46.88% from 255) = 44.91%
R=19.62%
G=35.47%
B=44.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52941190.560.2100.53202.3939.1833.53
Hex345E773815035ca2722
Octal6413616770250653124742
Binary1101001011110111011111100010101011010111001010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345E77; }

 p { color: rgb(52,94,119); }

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

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

 a { background-color: rgb(52,94,119); }

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

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

 span { border-color: rgb(52,94,119); }

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