Html Css Color HEX #34576E Blumine

📋 copy color: '#34576E'

red 52 ◦ green 87 ◦ blue 110

#34576E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blumine #34576E

Tints of Blumine #34576E

RGB

 RED value IS 52 (20.7% from 255) = 20.88%

 GREEN value IS 87 (34.38% from 255) = 34.94%

 BLUE value IS 110 (43.36% from 255) = 44.18%

R = 20.88%
G = 34.94%
B = 44.18%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#34576E (or 0x34576E) is known color: Blumine. HEX triplet: 34, 57 and 6E. RGB value is (52,87,110). Sum of RGB (Red+Green+Blue) = 52+87+110=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 110 (43.36% from 255 or 44.18% from 249); Max value from RGB is 110 - color contains mainly: blue. Hex color #34576E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34576E is #CBA891. Grayscale: #4F4F4F. Windows color (decimal): -13346962 or 7231284. OLE color: 7231284.

HSL color Cylindrical-coordinate representation of color #34576E: hue angle of 203.79º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #34576E is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 52 87 110 -
CMYK 0.53 0.21 0 0.57
HSL 203.79º 0.36% 0.32% -
HSV(B) 203.79º 0.53% 0.43% -
XYZ 7.64 8.67 16.02 -
YUV 79.16 145.4 108.63 -
System Red Green Blue C M Y K H S L
Decimal 52 87 110 0.53 0.21 0 0.57 203.79 0.36 0.32
Hex 34 57 6E 35 15 0 39 CC 24 20
Octal 64 127 156 65 25 0 71 314 44 40
Binary 110100 1010111 1101110 110101 10101 0 111001 11001100 100100 100000

Color Harmonies of #34576E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34576E

Black with #34576E

Text Example


Text Example

White with #34576E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34576E; }

 p { color: rgb(52,87,110); }

 H1.HeaderClassName
 {
   color: #34576E;
 }
 .AnyTagClassName
 {
   color: #34576E;
 }
</style>

background-color css

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

 a { background-color: rgb(52,87,110); }

 div.DivClassName
 {
   background-color: #34576E;
 }
 .BgClassName
 {
   background-color: #34576E;
 }
</style>

border-color css

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

 span { border-color: rgb(52,87,110); }

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