Html Css Color HEX #3A575C Casal

📋 copy color: '#3A575C'

red 58 ◦ green 87 ◦ blue 92

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

Shades of Casal #3A575C

Tints of Casal #3A575C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.71%

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

R = 24.47%
G = 36.71%
B = 38.82%

CMYK

 C value IS 0.37

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3A575C (or 0x3A575C) is known color: Casal. HEX triplet: 3A, 57 and 5C. RGB value is (58,87,92). Sum of RGB (Red+Green+Blue) = 58+87+92=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 87 (34.38% from 255 or 36.71% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 92 - color contains mainly: blue. Hex color #3A575C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A575C is #C5A8A3. Grayscale: #4E4E4E. Windows color (decimal): -12953764 or 6051642. OLE color: 6051642.

HSL color Cylindrical-coordinate representation of color #3A575C: hue angle of 188.82º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3A575C is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 58 87 92 -
CMYK 0.37 0.05 0 0.64
HSL 188.82º 0.23% 0.29% -
HSV(B) 188.82º 0.37% 0.36% -
XYZ 7.08 8.49 11.39 -
YUV 78.9 135.39 113.09 -
System Red Green Blue C M Y K H S L
Decimal 58 87 92 0.37 0.05 0 0.64 188.82 0.23 0.29
Hex 3A 57 5C 25 5 0 40 BD 17 1D
Octal 72 127 134 45 5 0 100 275 27 35
Binary 111010 1010111 1011100 100101 101 0 1000000 10111101 10111 11101

Color Harmonies of #3A575C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A575C

Black with #3A575C

Text Example


Text Example

White with #3A575C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,87,92); }

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

background-color css

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

 a { background-color: rgb(58,87,92); }

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

border-color css

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

 span { border-color: rgb(58,87,92); }

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