Html Css Color HEX #385763 Casal

📋 copy color: '#385763'

red 56 ◦ green 87 ◦ blue 99

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

Shades of Casal #385763

Tints of Casal #385763

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.95%

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

R = 23.14%
G = 35.95%
B = 40.91%

CMYK

 C value IS 0.43

 M value IS 0.12

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#385763 (or 0x385763) is known color: Casal. HEX triplet: 38, 57 and 63. RGB value is (56,87,99). Sum of RGB (Red+Green+Blue) = 56+87+99=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 99 - color contains mainly: blue. Hex color #385763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385763 is #C7A89C. Grayscale: #4F4F4F. Windows color (decimal): -13084829 or 6510392. OLE color: 6510392.

HSL color Cylindrical-coordinate representation of color #385763: hue angle of 196.74º 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 #385763 is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 56 87 99 -
CMYK 0.43 0.12 0 0.61
HSL 196.74º 0.28% 0.3% -
HSV(B) 196.74º 0.43% 0.39% -
XYZ 7.29 8.56 13.07 -
YUV 79.1 139.23 111.52 -
System Red Green Blue C M Y K H S L
Decimal 56 87 99 0.43 0.12 0 0.61 196.74 0.28 0.3
Hex 38 57 63 2B C 0 3D C5 1C 1E
Octal 70 127 143 53 14 0 75 305 34 36
Binary 111000 1010111 1100011 101011 1100 0 111101 11000101 11100 11110

Color Harmonies of #385763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385763

Black with #385763

Text Example


Text Example

White with #385763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385763; }

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

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

background-color css

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

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

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

border-color css

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

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

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