Html Css Color HEX #34587D Matisse

📋 copy color: '#34587D'

red 52 ◦ green 88 ◦ blue 125

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

Shades of Matisse #34587D

Tints of Matisse #34587D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.21%

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

R = 19.62%
G = 33.21%
B = 47.17%

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

#34587D (or 0x34587D) is known color: Matisse. HEX triplet: 34, 58 and 7D. RGB value is (52,88,125). Sum of RGB (Red+Green+Blue) = 52+88+125=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 125 (49.22% from 255 or 47.17% from 265); Max value from RGB is 125 - color contains mainly: blue. Hex color #34587D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34587D is #CBA782. Grayscale: #515151. Windows color (decimal): -13346691 or 8214580. OLE color: 8214580.

HSL color Cylindrical-coordinate representation of color #34587D: hue angle of 210.41º 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 #34587D is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 88 125 -
CMYK 0.58 0.30 0 0.51
HSL 210.41º 0.41% 0.35% -
HSV(B) 210.41º 0.58% 0.49% -
XYZ 8.61 9.19 20.72 -
YUV 81.45 152.57 106.99 -
System Red Green Blue C M Y K H S L
Decimal 52 88 125 0.58 0.30 0 0.51 210.41 0.41 0.35
Hex 34 58 7D 3A 1E 0 33 D2 29 23
Octal 64 130 175 72 36 0 63 322 51 43
Binary 110100 1011000 1111101 111010 11110 0 110011 11010010 101001 100011

Color Harmonies of #34587D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34587D

Black with #34587D

Text Example


Text Example

White with #34587D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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