Html Css Color HEX #385860 Casal

📋 copy color: '#385860'

red 56 ◦ green 88 ◦ blue 96

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

Shades of Casal #385860

Tints of Casal #385860

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.67%

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

R = 23.33%
G = 36.67%
B = 40%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#385860 (or 0x385860) is known color: Casal. HEX triplet: 38, 58 and 60. RGB value is (56,88,96). Sum of RGB (Red+Green+Blue) = 56+88+96=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 96 - color contains mainly: blue. Hex color #385860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385860 is #C7A79F. Grayscale: #4F4F4F. Windows color (decimal): -13084576 or 6314040. OLE color: 6314040.

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

Color convert

RGB 56 88 96 -
CMYK 0.42 0.08 0 0.62
HSL 192º 0.26% 0.3% -
HSV(B) 192º 0.42% 0.38% -
XYZ 7.23 8.66 12.36 -
YUV 79.34 137.4 111.35 -
System Red Green Blue C M Y K H S L
Decimal 56 88 96 0.42 0.08 0 0.62 192 0.26 0.3
Hex 38 58 60 2A 8 0 3E C0 1A 1E
Octal 70 130 140 52 10 0 76 300 32 36
Binary 111000 1011000 1100000 101010 1000 0 111110 11000000 11010 11110

Color Harmonies of #385860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385860

Black with #385860

Text Example


Text Example

White with #385860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385860; }

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

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

background-color css

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

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

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

border-color css

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

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

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