Html Css Color HEX #385960 Casal

📋 copy color: '#385960'

red 56 ◦ green 89 ◦ blue 96

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

Shades of Casal #385960

Tints of Casal #385960

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.93%

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

R = 23.24%
G = 36.93%
B = 39.83%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#385960 (or 0x385960) is known color: Casal. HEX triplet: 38, 59 and 60. RGB value is (56,89,96). Sum of RGB (Red+Green+Blue) = 56+89+96=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 96 - color contains mainly: blue. Hex color #385960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385960 is #C7A69F. Grayscale: #4F4F4F. Windows color (decimal): -13084320 or 6314296. OLE color: 6314296.

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

Color convert

RGB 56 89 96 -
CMYK 0.42 0.07 0 0.62
HSL 190.5º 0.26% 0.3% -
HSV(B) 190.5º 0.42% 0.38% -
XYZ 7.31 8.83 12.39 -
YUV 79.93 137.07 110.93 -
System Red Green Blue C M Y K H S L
Decimal 56 89 96 0.42 0.07 0 0.62 190.5 0.26 0.3
Hex 38 59 60 2A 7 0 3E BE 1A 1E
Octal 70 131 140 52 7 0 76 276 32 36
Binary 111000 1011001 1100000 101010 111 0 111110 10111110 11010 11110

Color Harmonies of #385960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385960

Black with #385960

Text Example


Text Example

White with #385960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385960; }

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

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

background-color css

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

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

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

border-color css

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

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

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