Html Css Color HEX #384E54 Casal

📋 copy color: '#384E54'

red 56 ◦ green 78 ◦ blue 84

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

Shades of Casal #384E54

Tints of Casal #384E54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 38.53%

R = 25.69%
G = 35.78%
B = 38.53%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#384E54 (or 0x384E54) is known color: Casal. HEX triplet: 38, 4E and 54. RGB value is (56,78,84). Sum of RGB (Red+Green+Blue) = 56+78+84=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 84 - color contains mainly: blue. Hex color #384E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384E54 is #C7B1AB. Grayscale: #484848. Windows color (decimal): -13087148 or 5525048. OLE color: 5525048.

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

Color convert

RGB 56 78 84 -
CMYK 0.33 0.07 0 0.67
HSL 192.86º 0.2% 0.27% -
HSV(B) 192.86º 0.33% 0.33% -
XYZ 5.96 6.93 9.41 -
YUV 72.11 134.71 116.51 -
System Red Green Blue C M Y K H S L
Decimal 56 78 84 0.33 0.07 0 0.67 192.86 0.2 0.27
Hex 38 4E 54 21 7 0 43 C1 14 1B
Octal 70 116 124 41 7 0 103 301 24 33
Binary 111000 1001110 1010100 100001 111 0 1000011 11000001 10100 11011

Color Harmonies of #384E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384E54

Black with #384E54

Text Example


Text Example

White with #384E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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