#38587B

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

Shades of Matisse #38587B

Tints of Matisse #38587B

Color information

#38587B (or 0x38587B) is unknown color: approx Matisse. HEX triplet: 38, 58 and 7B. RGB value is (56,88,123). Sum of RGB (Red+Green+Blue) = 56+88+123=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 123 - color contains mainly: blue. Hex color #38587B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38587B is #C7A784. Grayscale: #525252. Windows color (decimal): -13084549 or 8083512. OLE color: 8083512.

HSL color Cylindrical-coordinate representation of color #38587B: hue angle of 211.34º 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 #38587B is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5688123-
CMYK0.540.2800.52
HSL211.34º37.43%35.1%-
HSV(B)211.34º54.47%48.24%-
XYZ8.79.2520.07-
YUV82.42150.9109.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.97%
GREEN value IS 88 (34.77% from 255) = 32.96%
BLUE value IS 123 (48.44% from 255) = 46.07%
R=20.97%
G=32.96%
B=46.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal56881230.540.2800.52211.3437.4335.1
Hex38587B361C034d32523
Octal7013017366340643234543
Binary1110001011000111101111011011100011010011010011100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38587B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38587B; }

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

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

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

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

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

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

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

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