Html Css Color HEX #385056 Casal

📋 copy color: '#385056'

red 56 ◦ green 80 ◦ blue 86

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

Shades of Casal #385056

Tints of Casal #385056

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.04%

 BLUE value IS 86 (33.98% from 255) = 38.74%

R = 25.23%
G = 36.04%
B = 38.74%

CMYK

 C value IS 0.35

 M value IS 0.07

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#385056 (or 0x385056) is known color: Casal. HEX triplet: 38, 50 and 56. RGB value is (56,80,86). Sum of RGB (Red+Green+Blue) = 56+80+86=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 86 - color contains mainly: blue. Hex color #385056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385056 is #C7AFA9. Grayscale: #494949. Windows color (decimal): -13086634 or 5656632. OLE color: 5656632.

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

Color convert

RGB 56 80 86 -
CMYK 0.35 0.07 0 0.66
HSL 192º 0.21% 0.28% -
HSV(B) 192º 0.35% 0.34% -
XYZ 6.18 7.25 9.88 -
YUV 73.51 135.05 115.51 -
System Red Green Blue C M Y K H S L
Decimal 56 80 86 0.35 0.07 0 0.66 192 0.21 0.28
Hex 38 50 56 23 7 0 42 C0 15 1C
Octal 70 120 126 43 7 0 102 300 25 34
Binary 111000 1010000 1010110 100011 111 0 1000010 11000000 10101 11100

Color Harmonies of #385056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385056

Black with #385056

Text Example


Text Example

White with #385056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385056; }

 p { color: rgb(56,80,86); }

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

background-color css

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

 a { background-color: rgb(56,80,86); }

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

border-color css

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

 span { border-color: rgb(56,80,86); }

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