Html Css Color HEX #384F55 Casal

📋 copy color: '#384F55'

red 56 ◦ green 79 ◦ blue 85

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

Shades of Casal #384F55

Tints of Casal #384F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 38.64%

R = 25.45%
G = 35.91%
B = 38.64%

CMYK

 C value IS 0.34

 M value IS 0.07

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#384F55 (or 0x384F55) is known color: Casal. HEX triplet: 38, 4F and 55. RGB value is (56,79,85). Sum of RGB (Red+Green+Blue) = 56+79+85=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 79 (31.25% from 255 or 35.91% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 85 - color contains mainly: blue. Hex color #384F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384F55 is #C7B0AA. Grayscale: #484848. Windows color (decimal): -13086891 or 5590840. OLE color: 5590840.

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

Color convert

RGB 56 79 85 -
CMYK 0.34 0.07 0 0.67
HSL 192.41º 0.21% 0.28% -
HSV(B) 192.41º 0.34% 0.33% -
XYZ 6.07 7.09 9.64 -
YUV 72.81 134.88 116.01 -
System Red Green Blue C M Y K H S L
Decimal 56 79 85 0.34 0.07 0 0.67 192.41 0.21 0.28
Hex 38 4F 55 22 7 0 43 C0 15 1C
Octal 70 117 125 42 7 0 103 300 25 34
Binary 111000 1001111 1010101 100010 111 0 1000011 11000000 10101 11100

Color Harmonies of #384F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384F55

Black with #384F55

Text Example


Text Example

White with #384F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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