#385A7B

Color #385A7B Matisse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Matisse #385A7B

Tints of Matisse #385A7B

Color information

#385A7B (or 0x385A7B) is unknown color: approx Matisse. HEX triplet: 38, 5A and 7B. RGB value is (56,90,123). Sum of RGB (Red+Green+Blue) = 56+90+123=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 123 (48.44% from 255 or 45.72% from 269); Max value from RGB is 123 - color contains mainly: blue. Hex color #385A7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385A7B is #C7A584. Grayscale: #535353. Windows color (decimal): -13084037 or 8084024. OLE color: 8084024.

HSL color Cylindrical-coordinate representation of color #385A7B: hue angle of 209.55º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #385A7B is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5690123-
CMYK0.540.2700.52
HSL209.55º37.43%35.1%-
HSV(B)209.55º54.47%48.24%-
XYZ8.869.5820.12-
YUV83.6150.24108.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.82%
GREEN value IS 90 (35.55% from 255) = 33.46%
BLUE value IS 123 (48.44% from 255) = 45.72%
R=20.82%
G=33.46%
B=45.72%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal56901230.540.2700.52209.5537.4335.1
Hex385A7B361B034d22523
Octal7013217366330643224543
Binary1110001011010111101111011011011011010011010010100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #385A7B;
 }
 .AnyTagClassName
 {
   color: #385A7B;
 }
</style>
background-color css

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

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

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

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

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

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