Html Css Color HEX #3A565C Casal

📋 copy color: '#3A565C'

red 58 ◦ green 86 ◦ blue 92

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

Shades of Casal #3A565C

Tints of Casal #3A565C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.44%

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

R = 24.58%
G = 36.44%
B = 38.98%

CMYK

 C value IS 0.37

 M value IS 0.07

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3A565C (or 0x3A565C) is known color: Casal. HEX triplet: 3A, 56 and 5C. RGB value is (58,86,92). Sum of RGB (Red+Green+Blue) = 58+86+92=236 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.58% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 92 - color contains mainly: blue. Hex color #3A565C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A565C is #C5A9A3. Grayscale: #4E4E4E. Windows color (decimal): -12954020 or 6051386. OLE color: 6051386.

HSL color Cylindrical-coordinate representation of color #3A565C: hue angle of 190.59º 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 #3A565C is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 58 86 92 -
CMYK 0.37 0.07 0 0.64
HSL 190.59º 0.23% 0.29% -
HSV(B) 190.59º 0.37% 0.36% -
XYZ 7 8.33 11.36 -
YUV 78.31 135.72 113.51 -
System Red Green Blue C M Y K H S L
Decimal 58 86 92 0.37 0.07 0 0.64 190.59 0.23 0.29
Hex 3A 56 5C 25 7 0 40 BF 17 1D
Octal 72 126 134 45 7 0 100 277 27 35
Binary 111010 1010110 1011100 100101 111 0 1000000 10111111 10111 11101

Color Harmonies of #3A565C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A565C

Black with #3A565C

Text Example


Text Example

White with #3A565C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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