Html Css Color HEX #385660 Casal

📋 copy color: '#385660'

red 56 ◦ green 86 ◦ blue 96

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

Shades of Casal #385660

Tints of Casal #385660

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.13%

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

R = 23.53%
G = 36.13%
B = 40.34%

CMYK

 C value IS 0.42

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#385660 (or 0x385660) is known color: Casal. HEX triplet: 38, 56 and 60. RGB value is (56,86,96). Sum of RGB (Red+Green+Blue) = 56+86+96=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 96 - color contains mainly: blue. Hex color #385660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385660 is #C7A99F. Grayscale: #4E4E4E. Windows color (decimal): -13085088 or 6313528. OLE color: 6313528.

HSL color Cylindrical-coordinate representation of color #385660: hue angle of 195º 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 #385660 is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 86 96 -
CMYK 0.42 0.10 0 0.62
HSL 195º 0.26% 0.3% -
HSV(B) 195º 0.42% 0.38% -
XYZ 7.07 8.34 12.3 -
YUV 78.17 138.06 112.19 -
System Red Green Blue C M Y K H S L
Decimal 56 86 96 0.42 0.10 0 0.62 195 0.26 0.3
Hex 38 56 60 2A A 0 3E C3 1A 1E
Octal 70 126 140 52 12 0 76 303 32 36
Binary 111000 1010110 1100000 101010 1010 0 111110 11000011 11010 11110

Color Harmonies of #385660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385660

Black with #385660

Text Example


Text Example

White with #385660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385660; }

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

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

background-color css

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

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

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

border-color css

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

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

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