Html Css Color HEX #38535E Casal

📋 copy color: '#38535E'

red 56 ◦ green 83 ◦ blue 94

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

Shades of Casal #38535E

Tints of Casal #38535E

RGB

 RED value IS 56 (22.27% from 255) = 24.03%

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

 BLUE value IS 94 (37.11% from 255) = 40.34%

R = 24.03%
G = 35.62%
B = 40.34%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#38535E (or 0x38535E) is known color: Casal. HEX triplet: 38, 53 and 5E. RGB value is (56,83,94). Sum of RGB (Red+Green+Blue) = 56+83+94=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 94 (37.11% from 255 or 40.34% from 233); Max value from RGB is 94 - color contains mainly: blue. Hex color #38535E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38535E is #C7ACA1. Grayscale: #4C4C4C. Windows color (decimal): -13085858 or 6181688. OLE color: 6181688.

HSL color Cylindrical-coordinate representation of color #38535E: hue angle of 197.37º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #38535E is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 56 83 94 -
CMYK 0.40 0.12 0 0.63
HSL 197.37º 0.25% 0.29% -
HSV(B) 197.37º 0.4% 0.37% -
XYZ 6.74 7.84 11.75 -
YUV 76.18 138.05 113.61 -
System Red Green Blue C M Y K H S L
Decimal 56 83 94 0.40 0.12 0 0.63 197.37 0.25 0.29
Hex 38 53 5E 28 C 0 3F C5 19 1D
Octal 70 123 136 50 14 0 77 305 31 35
Binary 111000 1010011 1011110 101000 1100 0 111111 11000101 11001 11101

Color Harmonies of #38535E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38535E

Black with #38535E

Text Example


Text Example

White with #38535E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38535E; }

 p { color: rgb(56,83,94); }

 H1.HeaderClassName
 {
   color: #38535E;
 }
 .AnyTagClassName
 {
   color: #38535E;
 }
</style>

background-color css

<style>
 a { background-color: #38535E; }

 a { background-color: rgb(56,83,94); }

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

border-color css

<style>
 span { border-color: #38535E; }

 span { border-color: rgb(56,83,94); }

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