Html Css Color HEX #385963 Casal

📋 copy color: '#385963'

red 56 ◦ green 89 ◦ blue 99

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

Shades of Casal #385963

Tints of Casal #385963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 40.57%

R = 22.95%
G = 36.48%
B = 40.57%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#385963 (or 0x385963) is known color: Casal. HEX triplet: 38, 59 and 63. RGB value is (56,89,99). Sum of RGB (Red+Green+Blue) = 56+89+99=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 99 - color contains mainly: blue. Hex color #385963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385963 is #C7A69C. Grayscale: #505050. Windows color (decimal): -13084317 or 6510904. OLE color: 6510904.

HSL color Cylindrical-coordinate representation of color #385963: hue angle of 193.95º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #385963 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 56 89 99 -
CMYK 0.43 0.10 0 0.61
HSL 193.95º 0.28% 0.3% -
HSV(B) 193.95º 0.43% 0.39% -
XYZ 7.46 8.89 13.13 -
YUV 80.27 138.57 110.69 -
System Red Green Blue C M Y K H S L
Decimal 56 89 99 0.43 0.10 0 0.61 193.95 0.28 0.3
Hex 38 59 63 2B A 0 3D C2 1C 1E
Octal 70 131 143 53 12 0 75 302 34 36
Binary 111000 1011001 1100011 101011 1010 0 111101 11000010 11100 11110

Color Harmonies of #385963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385963

Black with #385963

Text Example


Text Example

White with #385963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385963; }

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

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

background-color css

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

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

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

border-color css

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

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

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