Html Css Color HEX #34525A Casal

📋 copy color: '#34525A'

red 52 ◦ green 82 ◦ blue 90

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

Shades of Casal #34525A

Tints of Casal #34525A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.61%

 BLUE value IS 90 (35.55% from 255) = 40.18%

R = 23.21%
G = 36.61%
B = 40.18%

CMYK

 C value IS 0.42

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#34525A (or 0x34525A) is known color: Casal. HEX triplet: 34, 52 and 5A. RGB value is (52,82,90). Sum of RGB (Red+Green+Blue) = 52+82+90=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 90 (35.55% from 255 or 40.18% from 224); Max value from RGB is 90 - color contains mainly: blue. Hex color #34525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34525A is #CBADA5. Grayscale: #494949. Windows color (decimal): -13348262 or 5919284. OLE color: 5919284.

HSL color Cylindrical-coordinate representation of color #34525A: hue angle of 192.63º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #34525A is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 82 90 -
CMYK 0.42 0.09 0 0.65
HSL 192.63º 0.27% 0.28% -
HSV(B) 192.63º 0.42% 0.35% -
XYZ 6.28 7.5 10.79 -
YUV 73.94 137.06 112.35 -
System Red Green Blue C M Y K H S L
Decimal 52 82 90 0.42 0.09 0 0.65 192.63 0.27 0.28
Hex 34 52 5A 2A 9 0 41 C1 1B 1C
Octal 64 122 132 52 11 0 101 301 33 34
Binary 110100 1010010 1011010 101010 1001 0 1000001 11000001 11011 11100

Color Harmonies of #34525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34525A

Black with #34525A

Text Example


Text Example

White with #34525A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34525A; }

 p { color: rgb(52,82,90); }

 H1.HeaderClassName
 {
   color: #34525A;
 }
 .AnyTagClassName
 {
   color: #34525A;
 }
</style>

background-color css

<style>
 a { background-color: #34525A; }

 a { background-color: rgb(52,82,90); }

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

border-color css

<style>
 span { border-color: #34525A; }

 span { border-color: rgb(52,82,90); }

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