Html Css Color HEX #385F89 Matisse

📋 copy color: '#385F89'

red 56 ◦ green 95 ◦ blue 137

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

Shades of Matisse #385F89

Tints of Matisse #385F89

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.99%

 BLUE value IS 137 (53.91% from 255) = 47.57%

R = 19.44%
G = 32.99%
B = 47.57%

CMYK

 C value IS 0.59

 M value IS 0.31

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#385F89 (or 0x385F89) is known color: Matisse. HEX triplet: 38, 5F and 89. RGB value is (56,95,137). Sum of RGB (Red+Green+Blue) = 56+95+137=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 137 (53.91% from 255 or 47.57% from 288); Max value from RGB is 137 - color contains mainly: blue. Hex color #385F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385F89 is #C7A076. Grayscale: #575757. Windows color (decimal): -13082743 or 9002808. OLE color: 9002808.

HSL color Cylindrical-coordinate representation of color #385F89: hue angle of 211.11º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #385F89 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 95 137 -
CMYK 0.59 0.31 0 0.46
HSL 211.11º 0.42% 0.38% -
HSV(B) 211.11º 0.59% 0.54% -
XYZ 10.24 10.83 25.22 -
YUV 88.13 155.58 105.08 -
System Red Green Blue C M Y K H S L
Decimal 56 95 137 0.59 0.31 0 0.46 211.11 0.42 0.38
Hex 38 5F 89 3B 1F 0 2E D3 2A 26
Octal 70 137 211 73 37 0 56 323 52 46
Binary 111000 1011111 10001001 111011 11111 0 101110 11010011 101010 100110

Color Harmonies of #385F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385F89

Black with #385F89

Text Example


Text Example

White with #385F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,95,137); }

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

background-color css

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

 a { background-color: rgb(56,95,137); }

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

border-color css

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

 span { border-color: rgb(56,95,137); }

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