Html Css Color HEX #384F56 Casal

📋 copy color: '#384F56'

red 56 ◦ green 79 ◦ blue 86

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

Shades of Casal #384F56

Tints of Casal #384F56

RGB

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

 GREEN value IS 79 (31.25% from 255) = 35.75%

 BLUE value IS 86 (33.98% from 255) = 38.91%

R = 25.34%
G = 35.75%
B = 38.91%

CMYK

 C value IS 0.35

 M value IS 0.08

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#384F56 (or 0x384F56) is known color: Casal. HEX triplet: 38, 4F and 56. RGB value is (56,79,86). Sum of RGB (Red+Green+Blue) = 56+79+86=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 79 (31.25% from 255 or 35.75% from 221); Blue value is 86 (33.98% from 255 or 38.91% from 221); Max value from RGB is 86 - color contains mainly: blue. Hex color #384F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384F56 is #C7B0A9. Grayscale: #484848. Windows color (decimal): -13086890 or 5656376. OLE color: 5656376.

HSL color Cylindrical-coordinate representation of color #384F56: hue angle of 194º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #384F56 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 56 79 86 -
CMYK 0.35 0.08 0 0.66
HSL 194º 0.21% 0.28% -
HSV(B) 194º 0.35% 0.34% -
XYZ 6.11 7.1 9.85 -
YUV 72.92 135.38 115.93 -
System Red Green Blue C M Y K H S L
Decimal 56 79 86 0.35 0.08 0 0.66 194 0.21 0.28
Hex 38 4F 56 23 8 0 42 C2 15 1C
Octal 70 117 126 43 10 0 102 302 25 34
Binary 111000 1001111 1010110 100011 1000 0 1000010 11000010 10101 11100

Color Harmonies of #384F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384F56

Black with #384F56

Text Example


Text Example

White with #384F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384F56; }

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

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

background-color css

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

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

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

border-color css

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

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

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