Html Css Color HEX #385A7D Matisse

📋 copy color: '#385A7D'

red 56 ◦ green 90 ◦ blue 125

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

Shades of Matisse #385A7D

Tints of Matisse #385A7D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.21%

 BLUE value IS 125 (49.22% from 255) = 46.13%

R = 20.66%
G = 33.21%
B = 46.13%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#385A7D (or 0x385A7D) is known color: Matisse. HEX triplet: 38, 5A and 7D. RGB value is (56,90,125). Sum of RGB (Red+Green+Blue) = 56+90+125=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 125 - color contains mainly: blue. Hex color #385A7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385A7D is #C7A582. Grayscale: #535353. Windows color (decimal): -13084035 or 8215096. OLE color: 8215096.

HSL color Cylindrical-coordinate representation of color #385A7D: hue angle of 210.43º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #385A7D is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 90 125 -
CMYK 0.55 0.28 0 0.51
HSL 210.43º 0.38% 0.35% -
HSV(B) 210.43º 0.55% 0.49% -
XYZ 8.99 9.63 20.79 -
YUV 83.82 151.24 108.15 -
System Red Green Blue C M Y K H S L
Decimal 56 90 125 0.55 0.28 0 0.51 210.43 0.38 0.35
Hex 38 5A 7D 37 1C 0 33 D2 26 23
Octal 70 132 175 67 34 0 63 322 46 43
Binary 111000 1011010 1111101 110111 11100 0 110011 11010010 100110 100011

Color Harmonies of #385A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385A7D

Black with #385A7D

Text Example


Text Example

White with #385A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,90,125); }

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

background-color css

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

 a { background-color: rgb(56,90,125); }

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

border-color css

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

 span { border-color: rgb(56,90,125); }

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