Html Css Color HEX #38515C Casal

📋 copy color: '#38515C'

red 56 ◦ green 81 ◦ blue 92

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

Shades of Casal #38515C

Tints of Casal #38515C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.37%

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

R = 24.45%
G = 35.37%
B = 40.17%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38515C (or 0x38515C) is known color: Casal. HEX triplet: 38, 51 and 5C. RGB value is (56,81,92). Sum of RGB (Red+Green+Blue) = 56+81+92=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 92 - color contains mainly: blue. Hex color #38515C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38515C is #C7AEA3. Grayscale: #4A4A4A. Windows color (decimal): -13086372 or 6050104. OLE color: 6050104.

HSL color Cylindrical-coordinate representation of color #38515C: hue angle of 198.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 #38515C is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 81 92 -
CMYK 0.39 0.12 0 0.64
HSL 198.33º 0.24% 0.29% -
HSV(B) 198.33º 0.39% 0.36% -
XYZ 6.51 7.5 11.23 -
YUV 74.78 137.72 114.61 -
System Red Green Blue C M Y K H S L
Decimal 56 81 92 0.39 0.12 0 0.64 198.33 0.24 0.29
Hex 38 51 5C 27 C 0 40 C6 18 1D
Octal 70 121 134 47 14 0 100 306 30 35
Binary 111000 1010001 1011100 100111 1100 0 1000000 11000110 11000 11101

Color Harmonies of #38515C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38515C

Black with #38515C

Text Example


Text Example

White with #38515C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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