Html Css Color HEX #385157 Casal

📋 copy color: '#385157'

red 56 ◦ green 81 ◦ blue 87

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

Shades of Casal #385157

Tints of Casal #385157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 38.84%

R = 25%
G = 36.16%
B = 38.84%

CMYK

 C value IS 0.36

 M value IS 0.07

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#385157 (or 0x385157) is known color: Casal. HEX triplet: 38, 51 and 57. RGB value is (56,81,87). Sum of RGB (Red+Green+Blue) = 56+81+87=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 87 (34.38% from 255 or 38.84% from 224); Max value from RGB is 87 - color contains mainly: blue. Hex color #385157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385157 is #C7AEA8. Grayscale: #4A4A4A. Windows color (decimal): -13086377 or 5722424. OLE color: 5722424.

HSL color Cylindrical-coordinate representation of color #385157: hue angle of 191.61º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #385157 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 56 81 87 -
CMYK 0.36 0.07 0 0.66
HSL 191.61º 0.22% 0.28% -
HSV(B) 191.61º 0.36% 0.34% -
XYZ 6.29 7.41 10.12 -
YUV 74.21 135.22 115.01 -
System Red Green Blue C M Y K H S L
Decimal 56 81 87 0.36 0.07 0 0.66 191.61 0.22 0.28
Hex 38 51 57 24 7 0 42 C0 16 1C
Octal 70 121 127 44 7 0 102 300 26 34
Binary 111000 1010001 1010111 100100 111 0 1000010 11000000 10110 11100

Color Harmonies of #385157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385157

Black with #385157

Text Example


Text Example

White with #385157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385157; }

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

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

background-color css

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

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

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

border-color css

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

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

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