Html Css Color HEX #38545C Casal

📋 copy color: '#38545C'

red 56 ◦ green 84 ◦ blue 92

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

Shades of Casal #38545C

Tints of Casal #38545C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.21%

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

R = 24.14%
G = 36.21%
B = 39.66%

CMYK

 C value IS 0.39

 M value IS 0.09

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38545C (or 0x38545C) is known color: Casal. HEX triplet: 38, 54 and 5C. RGB value is (56,84,92). Sum of RGB (Red+Green+Blue) = 56+84+92=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 92 - color contains mainly: blue. Hex color #38545C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38545C is #C7ABA3. Grayscale: #4C4C4C. Windows color (decimal): -13085604 or 6050872. OLE color: 6050872.

HSL color Cylindrical-coordinate representation of color #38545C: hue angle of 193.33º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #38545C is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 84 92 -
CMYK 0.39 0.09 0 0.64
HSL 193.33º 0.24% 0.29% -
HSV(B) 193.33º 0.39% 0.36% -
XYZ 6.73 7.95 11.31 -
YUV 76.54 136.72 113.35 -
System Red Green Blue C M Y K H S L
Decimal 56 84 92 0.39 0.09 0 0.64 193.33 0.24 0.29
Hex 38 54 5C 27 9 0 40 C1 18 1D
Octal 70 124 134 47 11 0 100 301 30 35
Binary 111000 1010100 1011100 100111 1001 0 1000000 11000001 11000 11101

Color Harmonies of #38545C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38545C

Black with #38545C

Text Example


Text Example

White with #38545C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38545C; }

 p { color: rgb(56,84,92); }

 H1.HeaderClassName
 {
   color: #38545C;
 }
 .AnyTagClassName
 {
   color: #38545C;
 }
</style>

background-color css

<style>
 a { background-color: #38545C; }

 a { background-color: rgb(56,84,92); }

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

border-color css

<style>
 span { border-color: #38545C; }

 span { border-color: rgb(56,84,92); }

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