Html Css Color HEX #385E7A Matisse

📋 copy color: '#385E7A'

red 56 ◦ green 94 ◦ blue 122

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

Shades of Matisse #385E7A

Tints of Matisse #385E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 44.85%

R = 20.59%
G = 34.56%
B = 44.85%

CMYK

 C value IS 0.54

 M value IS 0.23

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#385E7A (or 0x385E7A) is known color: Matisse. HEX triplet: 38, 5E and 7A. RGB value is (56,94,122). Sum of RGB (Red+Green+Blue) = 56+94+122=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 94 (37.11% from 255 or 34.56% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 122 - color contains mainly: blue. Hex color #385E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385E7A is #C7A185. Grayscale: #555555. Windows color (decimal): -13083014 or 8019512. OLE color: 8019512.

HSL color Cylindrical-coordinate representation of color #385E7A: hue angle of 205.45º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #385E7A is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 56 94 122 -
CMYK 0.54 0.23 0 0.52
HSL 205.45º 0.37% 0.35% -
HSV(B) 205.45º 0.54% 0.48% -
XYZ 9.15 10.25 19.91 -
YUV 85.83 148.41 106.72 -
System Red Green Blue C M Y K H S L
Decimal 56 94 122 0.54 0.23 0 0.52 205.45 0.37 0.35
Hex 38 5E 7A 36 17 0 34 CD 25 23
Octal 70 136 172 66 27 0 64 315 45 43
Binary 111000 1011110 1111010 110110 10111 0 110100 11001101 100101 100011

Color Harmonies of #385E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385E7A

Black with #385E7A

Text Example


Text Example

White with #385E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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