Html Css Color HEX #34577D Matisse

📋 copy color: '#34577D'

red 52 ◦ green 87 ◦ blue 125

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

Shades of Matisse #34577D

Tints of Matisse #34577D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 47.35%

R = 19.7%
G = 32.95%
B = 47.35%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#34577D (or 0x34577D) is known color: Matisse. HEX triplet: 34, 57 and 7D. RGB value is (52,87,125). Sum of RGB (Red+Green+Blue) = 52+87+125=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 125 (49.22% from 255 or 47.35% from 264); Max value from RGB is 125 - color contains mainly: blue. Hex color #34577D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34577D is #CBA882. Grayscale: #505050. Windows color (decimal): -13346947 or 8214324. OLE color: 8214324.

HSL color Cylindrical-coordinate representation of color #34577D: hue angle of 211.23º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34577D is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 87 125 -
CMYK 0.58 0.30 0 0.51
HSL 211.23º 0.41% 0.35% -
HSV(B) 211.23º 0.58% 0.49% -
XYZ 8.53 9.03 20.7 -
YUV 80.87 152.9 107.41 -
System Red Green Blue C M Y K H S L
Decimal 52 87 125 0.58 0.30 0 0.51 211.23 0.41 0.35
Hex 34 57 7D 3A 1E 0 33 D3 29 23
Octal 64 127 175 72 36 0 63 323 51 43
Binary 110100 1010111 1111101 111010 11110 0 110011 11010011 101001 100011

Color Harmonies of #34577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34577D

Black with #34577D

Text Example


Text Example

White with #34577D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34577D; }

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

 H1.HeaderClassName
 {
   color: #34577D;
 }
 .AnyTagClassName
 {
   color: #34577D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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