Html Css Color HEX #384E53 Casal

📋 copy color: '#384E53'

red 56 ◦ green 78 ◦ blue 83

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

Shades of Casal #384E53

Tints of Casal #384E53

RGB

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

 GREEN value IS 78 (30.86% from 255) = 35.94%

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

R = 25.81%
G = 35.94%
B = 38.25%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#384E53 (or 0x384E53) is known color: Casal. HEX triplet: 38, 4E and 53. RGB value is (56,78,83). Sum of RGB (Red+Green+Blue) = 56+78+83=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 78 (30.86% from 255 or 35.94% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 83 - color contains mainly: blue. Hex color #384E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384E53 is #C7B1AC. Grayscale: #474747. Windows color (decimal): -13087149 or 5459512. OLE color: 5459512.

HSL color Cylindrical-coordinate representation of color #384E53: hue angle of 191.11º 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 #384E53 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 78 83 -
CMYK 0.33 0.06 0 0.67
HSL 191.11º 0.19% 0.27% -
HSV(B) 191.11º 0.33% 0.33% -
XYZ 5.92 6.91 9.21 -
YUV 71.99 134.21 116.59 -
System Red Green Blue C M Y K H S L
Decimal 56 78 83 0.33 0.06 0 0.67 191.11 0.19 0.27
Hex 38 4E 53 21 6 0 43 BF 13 1B
Octal 70 116 123 41 6 0 103 277 23 33
Binary 111000 1001110 1010011 100001 110 0 1000011 10111111 10011 11011

Color Harmonies of #384E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384E53

Black with #384E53

Text Example


Text Example

White with #384E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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