Html Css Color HEX #34515C Casal

📋 copy color: '#34515C'

red 52 ◦ green 81 ◦ blue 92

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

Shades of Casal #34515C

Tints of Casal #34515C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36%

 BLUE value IS 92 (36.33% from 255) = 40.89%

R = 23.11%
G = 36%
B = 40.89%

CMYK

 C value IS 0.43

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#34515C (or 0x34515C) is known color: Casal. HEX triplet: 34, 51 and 5C. RGB value is (52,81,92). Sum of RGB (Red+Green+Blue) = 52+81+92=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 92 - color contains mainly: blue. Hex color #34515C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34515C is #CBAEA3. Grayscale: #494949. Windows color (decimal): -13348516 or 6050100. OLE color: 6050100.

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

Color convert

RGB 52 81 92 -
CMYK 0.43 0.12 0 0.64
HSL 196.5º 0.28% 0.28% -
HSV(B) 196.5º 0.43% 0.36% -
XYZ 6.29 7.39 11.22 -
YUV 73.58 138.39 112.61 -
System Red Green Blue C M Y K H S L
Decimal 52 81 92 0.43 0.12 0 0.64 196.5 0.28 0.28
Hex 34 51 5C 2B C 0 40 C4 1C 1C
Octal 64 121 134 53 14 0 100 304 34 34
Binary 110100 1010001 1011100 101011 1100 0 1000000 11000100 11100 11100

Color Harmonies of #34515C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34515C

Black with #34515C

Text Example


Text Example

White with #34515C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34515C; }

 p { color: rgb(52,81,92); }

 H1.HeaderClassName
 {
   color: #34515C;
 }
 .AnyTagClassName
 {
   color: #34515C;
 }
</style>

background-color css

<style>
 a { background-color: #34515C; }

 a { background-color: rgb(52,81,92); }

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

border-color css

<style>
 span { border-color: #34515C; }

 span { border-color: rgb(52,81,92); }

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