Html Css Color HEX #384F53 Casal

📋 copy color: '#384F53'

red 56 ◦ green 79 ◦ blue 83

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

Shades of Casal #384F53

Tints of Casal #384F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 38.07%

R = 25.69%
G = 36.24%
B = 38.07%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#384F53 (or 0x384F53) is known color: Casal. HEX triplet: 38, 4F and 53. RGB value is (56,79,83). Sum of RGB (Red+Green+Blue) = 56+79+83=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 83 - color contains mainly: blue. Hex color #384F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384F53 is #C7B0AC. Grayscale: #484848. Windows color (decimal): -13086893 or 5459768. OLE color: 5459768.

HSL color Cylindrical-coordinate representation of color #384F53: hue angle of 188.89º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #384F53 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 79 83 -
CMYK 0.33 0.05 0 0.67
HSL 188.89º 0.19% 0.27% -
HSV(B) 188.89º 0.33% 0.33% -
XYZ 5.99 7.06 9.23 -
YUV 72.58 133.88 116.17 -
System Red Green Blue C M Y K H S L
Decimal 56 79 83 0.33 0.05 0 0.67 188.89 0.19 0.27
Hex 38 4F 53 21 5 0 43 BD 13 1B
Octal 70 117 123 41 5 0 103 275 23 33
Binary 111000 1001111 1010011 100001 101 0 1000011 10111101 10011 11011

Color Harmonies of #384F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384F53

Black with #384F53

Text Example


Text Example

White with #384F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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