Html Css Color HEX #34647D Matisse

📋 copy color: '#34647D'

red 52 ◦ green 100 ◦ blue 125

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

Shades of Matisse #34647D

Tints of Matisse #34647D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.1%

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

R = 18.77%
G = 36.1%
B = 45.13%

CMYK

 C value IS 0.58

 M value IS 0.2

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#34647D (or 0x34647D) is known color: Matisse. HEX triplet: 34, 64 and 7D. RGB value is (52,100,125). Sum of RGB (Red+Green+Blue) = 52+100+125=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 125 - color contains mainly: blue. Hex color #34647D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34647D is #CB9B82. Grayscale: #585858. Windows color (decimal): -13343619 or 8217652. OLE color: 8217652.

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

Color convert

RGB 52 100 125 -
CMYK 0.58 0.2 0 0.51
HSL 200.55º 0.41% 0.35% -
HSV(B) 200.55º 0.58% 0.49% -
XYZ 9.68 11.33 21.08 -
YUV 88.5 148.6 101.97 -
System Red Green Blue C M Y K H S L
Decimal 52 100 125 0.58 0.2 0 0.51 200.55 0.41 0.35
Hex 34 64 7D 3A 14 0 33 C9 29 23
Octal 64 144 175 72 24 0 63 311 51 43
Binary 110100 1100100 1111101 111010 10100 0 110011 11001001 101001 100011

Color Harmonies of #34647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34647D

Black with #34647D

Text Example


Text Example

White with #34647D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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