Html Css Color HEX #34545A Casal

📋 copy color: '#34545A'

red 52 ◦ green 84 ◦ blue 90

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

Shades of Casal #34545A

Tints of Casal #34545A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.17%

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

R = 23.01%
G = 37.17%
B = 39.82%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#34545A (or 0x34545A) is known color: Casal. HEX triplet: 34, 54 and 5A. RGB value is (52,84,90). Sum of RGB (Red+Green+Blue) = 52+84+90=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 90 - color contains mainly: blue. Hex color #34545A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34545A is #CBABA5. Grayscale: #4B4B4B. Windows color (decimal): -13347750 or 5919796. OLE color: 5919796.

HSL color Cylindrical-coordinate representation of color #34545A: hue angle of 189.47º 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 #34545A is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 84 90 -
CMYK 0.42 0.07 0 0.65
HSL 189.47º 0.27% 0.28% -
HSV(B) 189.47º 0.42% 0.35% -
XYZ 6.43 7.81 10.84 -
YUV 75.12 136.4 111.51 -
System Red Green Blue C M Y K H S L
Decimal 52 84 90 0.42 0.07 0 0.65 189.47 0.27 0.28
Hex 34 54 5A 2A 7 0 41 BD 1B 1C
Octal 64 124 132 52 7 0 101 275 33 34
Binary 110100 1010100 1011010 101010 111 0 1000001 10111101 11011 11100

Color Harmonies of #34545A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34545A

Black with #34545A

Text Example


Text Example

White with #34545A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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