Html Css Color HEX #385272 Matisse

📋 copy color: '#385272'

red 56 ◦ green 82 ◦ blue 114

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

Shades of Matisse #385272

Tints of Matisse #385272

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.54%

 BLUE value IS 114 (44.92% from 255) = 45.24%

R = 22.22%
G = 32.54%
B = 45.24%

CMYK

 C value IS 0.51

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#385272 (or 0x385272) is known color: Matisse. HEX triplet: 38, 52 and 72. RGB value is (56,82,114). Sum of RGB (Red+Green+Blue) = 56+82+114=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 114 - color contains mainly: blue. Hex color #385272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385272 is #C7AD8D. Grayscale: #4D4D4D. Windows color (decimal): -13086094 or 7492152. OLE color: 7492152.

HSL color Cylindrical-coordinate representation of color #385272: hue angle of 213.1º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #385272 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 82 114 -
CMYK 0.51 0.28 0 0.55
HSL 213.1º 0.34% 0.33% -
HSV(B) 213.1º 0.51% 0.45% -
XYZ 7.69 8.09 17.08 -
YUV 77.87 148.39 112.4 -
System Red Green Blue C M Y K H S L
Decimal 56 82 114 0.51 0.28 0 0.55 213.1 0.34 0.33
Hex 38 52 72 33 1C 0 37 D5 22 21
Octal 70 122 162 63 34 0 67 325 42 41
Binary 111000 1010010 1110010 110011 11100 0 110111 11010101 100010 100001

Color Harmonies of #385272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385272

Black with #385272

Text Example


Text Example

White with #385272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385272; }

 p { color: rgb(56,82,114); }

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

background-color css

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

 a { background-color: rgb(56,82,114); }

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

border-color css

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

 span { border-color: rgb(56,82,114); }

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