#38607E

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

Shades of Matisse #38607E

Tints of Matisse #38607E

Color information

#38607E (or 0x38607E) is unknown color: approx Matisse. HEX triplet: 38, 60 and 7E. RGB value is (56,96,126). Sum of RGB (Red+Green+Blue) = 56+96+126=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 126 (49.61% from 255 or 45.32% from 278); Max value from RGB is 126 - color contains mainly: blue. Hex color #38607E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38607E is #C79F81. Grayscale: #575757. Windows color (decimal): -13082498 or 8282168. OLE color: 8282168.

HSL color Cylindrical-coordinate representation of color #38607E: hue angle of 205.71º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38607E is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5696126-
CMYK0.560.2400.51
HSL205.71º38.46%35.69%-
HSV(B)205.71º55.56%49.41%-
XYZ9.5810.7121.3-
YUV87.46149.75105.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.14%
GREEN value IS 96 (37.89% from 255) = 34.53%
BLUE value IS 126 (49.61% from 255) = 45.32%
R=20.14%
G=34.53%
B=45.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56961260.560.2400.51205.7138.4635.69
Hex38607E3818033ce2624
Octal7014017670300633164644
Binary1110001100000111111011100011000011001111001110100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38607E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38607E; }

 p { color: rgb(56,96,126); }

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

<style>
 a { background-color: #38607E; }

 a { background-color: rgb(56,96,126); }

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

<style>
 span { border-color: #38607E; }

 span { border-color: rgb(56,96,126); }

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