Html Css Color HEX #385470 Matisse

📋 copy color: '#385470'

red 56 ◦ green 84 ◦ blue 112

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

Shades of Matisse #385470

Tints of Matisse #385470

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.33%

 BLUE value IS 112 (44.14% from 255) = 44.44%

R = 22.22%
G = 33.33%
B = 44.44%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#385470 (or 0x385470) is known color: Matisse. HEX triplet: 38, 54 and 70. RGB value is (56,84,112). Sum of RGB (Red+Green+Blue) = 56+84+112=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 112 - color contains mainly: blue. Hex color #385470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385470 is #C7AB8F. Grayscale: #4E4E4E. Windows color (decimal): -13085584 or 7361592. OLE color: 7361592.

HSL color Cylindrical-coordinate representation of color #385470: hue angle of 210º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #385470 is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 84 112 -
CMYK 0.50 0.25 0 0.56
HSL 210º 0.33% 0.33% -
HSV(B) 210º 0.5% 0.44% -
XYZ 7.73 8.35 16.53 -
YUV 78.82 146.72 111.72 -
System Red Green Blue C M Y K H S L
Decimal 56 84 112 0.50 0.25 0 0.56 210 0.33 0.33
Hex 38 54 70 32 19 0 38 D2 21 21
Octal 70 124 160 62 31 0 70 322 41 41
Binary 111000 1010100 1110000 110010 11001 0 111000 11010010 100001 100001

Color Harmonies of #385470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385470

Black with #385470

Text Example


Text Example

White with #385470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385470; }

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

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

background-color css

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

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

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

border-color css

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

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

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