Html Css Color HEX #385560 Casal

📋 copy color: '#385560'

red 56 ◦ green 85 ◦ blue 96

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

Shades of Casal #385560

Tints of Casal #385560

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.86%

 BLUE value IS 96 (37.89% from 255) = 40.51%

R = 23.63%
G = 35.86%
B = 40.51%

CMYK

 C value IS 0.42

 M value IS 0.11

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#385560 (or 0x385560) is known color: Casal. HEX triplet: 38, 55 and 60. RGB value is (56,85,96). Sum of RGB (Red+Green+Blue) = 56+85+96=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 96 - color contains mainly: blue. Hex color #385560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385560 is #C7AA9F. Grayscale: #4D4D4D. Windows color (decimal): -13085344 or 6313272. OLE color: 6313272.

HSL color Cylindrical-coordinate representation of color #385560: hue angle of 196.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #385560 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 85 96 -
CMYK 0.42 0.11 0 0.62
HSL 196.5º 0.26% 0.3% -
HSV(B) 196.5º 0.42% 0.38% -
XYZ 6.99 8.18 12.28 -
YUV 77.58 138.39 112.61 -
System Red Green Blue C M Y K H S L
Decimal 56 85 96 0.42 0.11 0 0.62 196.5 0.26 0.3
Hex 38 55 60 2A B 0 3E C4 1A 1E
Octal 70 125 140 52 13 0 76 304 32 36
Binary 111000 1010101 1100000 101010 1011 0 111110 11000100 11010 11110

Color Harmonies of #385560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385560

Black with #385560

Text Example


Text Example

White with #385560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385560; }

 p { color: rgb(56,85,96); }

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

background-color css

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

 a { background-color: rgb(56,85,96); }

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

border-color css

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

 span { border-color: rgb(56,85,96); }

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