Html Css Color HEX #385A7F Matisse

📋 copy color: '#385A7F'

red 56 ◦ green 90 ◦ blue 127

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

Shades of Matisse #385A7F

Tints of Matisse #385A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 46.52%

R = 20.51%
G = 32.97%
B = 46.52%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#385A7F (or 0x385A7F) is known color: Matisse. HEX triplet: 38, 5A and 7F. RGB value is (56,90,127). Sum of RGB (Red+Green+Blue) = 56+90+127=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 127 (50% from 255 or 46.52% from 273); Max value from RGB is 127 - color contains mainly: blue. Hex color #385A7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385A7F is #C7A580. Grayscale: #535353. Windows color (decimal): -13084033 or 8346168. OLE color: 8346168.

HSL color Cylindrical-coordinate representation of color #385A7F: hue angle of 211.27º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #385A7F is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 90 127 -
CMYK 0.56 0.29 0 0.50
HSL 211.27º 0.39% 0.36% -
HSV(B) 211.27º 0.56% 0.5% -
XYZ 9.12 9.69 21.47 -
YUV 84.05 152.24 107.99 -
System Red Green Blue C M Y K H S L
Decimal 56 90 127 0.56 0.29 0 0.50 211.27 0.39 0.36
Hex 38 5A 7F 38 1D 0 32 D3 27 24
Octal 70 132 177 70 35 0 62 323 47 44
Binary 111000 1011010 1111111 111000 11101 0 110010 11010011 100111 100100

Color Harmonies of #385A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385A7F

Black with #385A7F

Text Example


Text Example

White with #385A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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