Html Css Color HEX #3A535A Casal

📋 copy color: '#3A535A'

red 58 ◦ green 83 ◦ blue 90

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

Shades of Casal #3A535A

Tints of Casal #3A535A

RGB

 RED value IS 58 (23.05% from 255) = 25.11%

 GREEN value IS 83 (32.81% from 255) = 35.93%

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

R = 25.11%
G = 35.93%
B = 38.96%

CMYK

 C value IS 0.36

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3A535A (or 0x3A535A) is known color: Casal. HEX triplet: 3A, 53 and 5A. RGB value is (58,83,90). Sum of RGB (Red+Green+Blue) = 58+83+90=231 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.11% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 90 - color contains mainly: blue. Hex color #3A535A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A535A is #C5ACA5. Grayscale: #4C4C4C. Windows color (decimal): -12954790 or 5919546. OLE color: 5919546.

HSL color Cylindrical-coordinate representation of color #3A535A: hue angle of 193.12º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3A535A is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 58 83 90 -
CMYK 0.36 0.08 0 0.65
HSL 193.13º 0.22% 0.29% -
HSV(B) 193.13º 0.36% 0.35% -
XYZ 6.68 7.82 10.83 -
YUV 76.32 135.72 114.93 -
System Red Green Blue C M Y K H S L
Decimal 58 83 90 0.36 0.08 0 0.65 193.13 0.22 0.29
Hex 3A 53 5A 24 8 0 41 C1 16 1D
Octal 72 123 132 44 10 0 101 301 26 35
Binary 111010 1010011 1011010 100100 1000 0 1000001 11000001 10110 11101

Color Harmonies of #3A535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A535A

Black with #3A535A

Text Example


Text Example

White with #3A535A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A535A; }

 p { color: rgb(58,83,90); }

 H1.HeaderClassName
 {
   color: #3A535A;
 }
 .AnyTagClassName
 {
   color: #3A535A;
 }
</style>

background-color css

<style>
 a { background-color: #3A535A; }

 a { background-color: rgb(58,83,90); }

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

border-color css

<style>
 span { border-color: #3A535A; }

 span { border-color: rgb(58,83,90); }

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