Html Css Color HEX #3A5358 Casal

📋 copy color: '#3A5358'

red 58 ◦ green 83 ◦ blue 88

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

Shades of Casal #3A5358

Tints of Casal #3A5358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 38.43%

R = 25.33%
G = 36.24%
B = 38.43%

CMYK

 C value IS 0.34

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3A5358 (or 0x3A5358) is known color: Casal. HEX triplet: 3A, 53 and 58. RGB value is (58,83,88). Sum of RGB (Red+Green+Blue) = 58+83+88=229 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.33% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 88 - color contains mainly: blue. Hex color #3A5358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5358 is #C5ACA7. Grayscale: #4C4C4C. Windows color (decimal): -12954792 or 5788474. OLE color: 5788474.

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

Color convert

RGB 58 83 88 -
CMYK 0.34 0.06 0 0.65
HSL 190º 0.21% 0.29% -
HSV(B) 190º 0.34% 0.35% -
XYZ 6.6 7.79 10.39 -
YUV 76.1 134.72 115.09 -
System Red Green Blue C M Y K H S L
Decimal 58 83 88 0.34 0.06 0 0.65 190 0.21 0.29
Hex 3A 53 58 22 6 0 41 BE 15 1D
Octal 72 123 130 42 6 0 101 276 25 35
Binary 111010 1010011 1011000 100010 110 0 1000001 10111110 10101 11101

Color Harmonies of #3A5358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5358

Black with #3A5358

Text Example


Text Example

White with #3A5358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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