Html Css Color HEX #385E64 Casal

📋 copy color: '#385E64'

red 56 ◦ green 94 ◦ blue 100

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

Shades of Casal #385E64

Tints of Casal #385E64

RGB

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

 GREEN value IS 94 (37.11% from 255) = 37.6%

 BLUE value IS 100 (39.45% from 255) = 40%

R = 22.4%
G = 37.6%
B = 40%

CMYK

 C value IS 0.44

 M value IS 0.06

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#385E64 (or 0x385E64) is known color: Casal. HEX triplet: 38, 5E and 64. RGB value is (56,94,100). Sum of RGB (Red+Green+Blue) = 56+94+100=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 94 (37.11% from 255 or 37.6% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 100 - color contains mainly: blue. Hex color #385E64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385E64 is #C7A19B. Grayscale: #535353. Windows color (decimal): -13083036 or 6577720. OLE color: 6577720.

HSL color Cylindrical-coordinate representation of color #385E64: hue angle of 188.18º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #385E64 is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 56 94 100 -
CMYK 0.44 0.06 0 0.61
HSL 188.18º 0.28% 0.31% -
HSV(B) 188.18º 0.44% 0.39% -
XYZ 7.93 9.77 13.52 -
YUV 83.32 137.41 108.51 -
System Red Green Blue C M Y K H S L
Decimal 56 94 100 0.44 0.06 0 0.61 188.18 0.28 0.31
Hex 38 5E 64 2C 6 0 3D BC 1C 1F
Octal 70 136 144 54 6 0 75 274 34 37
Binary 111000 1011110 1100100 101100 110 0 111101 10111100 11100 11111

Color Harmonies of #385E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385E64

Black with #385E64

Text Example


Text Example

White with #385E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385E64; }

 p { color: rgb(56,94,100); }

 H1.HeaderClassName
 {
   color: #385E64;
 }
 .AnyTagClassName
 {
   color: #385E64;
 }
</style>

background-color css

<style>
 a { background-color: #385E64; }

 a { background-color: rgb(56,94,100); }

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

border-color css

<style>
 span { border-color: #385E64; }

 span { border-color: rgb(56,94,100); }

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