Html Css Color HEX #34565D Casal

📋 copy color: '#34565D'

red 52 ◦ green 86 ◦ blue 93

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

Shades of Casal #34565D

Tints of Casal #34565D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.23%

 BLUE value IS 93 (36.72% from 255) = 40.26%

R = 22.51%
G = 37.23%
B = 40.26%

CMYK

 C value IS 0.44

 M value IS 0.08

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#34565D (or 0x34565D) is known color: Casal. HEX triplet: 34, 56 and 5D. RGB value is (52,86,93). Sum of RGB (Red+Green+Blue) = 52+86+93=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 93 - color contains mainly: blue. Hex color #34565D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34565D is #CBA9A2. Grayscale: #4C4C4C. Windows color (decimal): -13347235 or 6116916. OLE color: 6116916.

HSL color Cylindrical-coordinate representation of color #34565D: hue angle of 190.24º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #34565D is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 52 86 93 -
CMYK 0.44 0.08 0 0.64
HSL 190.24º 0.28% 0.28% -
HSV(B) 190.24º 0.44% 0.36% -
XYZ 6.72 8.18 11.58 -
YUV 76.63 137.24 110.43 -
System Red Green Blue C M Y K H S L
Decimal 52 86 93 0.44 0.08 0 0.64 190.24 0.28 0.28
Hex 34 56 5D 2C 8 0 40 BE 1C 1C
Octal 64 126 135 54 10 0 100 276 34 34
Binary 110100 1010110 1011101 101100 1000 0 1000000 10111110 11100 11100

Color Harmonies of #34565D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34565D

Black with #34565D

Text Example


Text Example

White with #34565D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,86,93); }

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

background-color css

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

 a { background-color: rgb(52,86,93); }

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

border-color css

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

 span { border-color: rgb(52,86,93); }

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