Html Css Color HEX #38515D Casal

📋 copy color: '#38515D'

red 56 ◦ green 81 ◦ blue 93

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

Shades of Casal #38515D

Tints of Casal #38515D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 40.43%

R = 24.35%
G = 35.22%
B = 40.43%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38515D (or 0x38515D) is known color: Casal. HEX triplet: 38, 51 and 5D. RGB value is (56,81,93). Sum of RGB (Red+Green+Blue) = 56+81+93=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 93 - color contains mainly: blue. Hex color #38515D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38515D is #C7AEA2. Grayscale: #4A4A4A. Windows color (decimal): -13086371 or 6115640. OLE color: 6115640.

HSL color Cylindrical-coordinate representation of color #38515D: hue angle of 199.46º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #38515D is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 81 93 -
CMYK 0.40 0.13 0 0.64
HSL 199.46º 0.25% 0.29% -
HSV(B) 199.46º 0.4% 0.36% -
XYZ 6.55 7.52 11.46 -
YUV 74.89 138.22 114.52 -
System Red Green Blue C M Y K H S L
Decimal 56 81 93 0.40 0.13 0 0.64 199.46 0.25 0.29
Hex 38 51 5D 28 D 0 40 C7 19 1D
Octal 70 121 135 50 15 0 100 307 31 35
Binary 111000 1010001 1011101 101000 1101 0 1000000 11000111 11001 11101

Color Harmonies of #38515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38515D

Black with #38515D

Text Example


Text Example

White with #38515D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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