#38607D

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

Shades of Matisse #38607D

Tints of Matisse #38607D

Color information

#38607D (or 0x38607D) is unknown color: approx Matisse. HEX triplet: 38, 60 and 7D. RGB value is (56,96,125). Sum of RGB (Red+Green+Blue) = 56+96+125=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 125 - color contains mainly: blue. Hex color #38607D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38607D is #C79F82. Grayscale: #575757. Windows color (decimal): -13082499 or 8216632. OLE color: 8216632.

HSL color Cylindrical-coordinate representation of color #38607D: hue angle of 205.22º 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 #38607D is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5696125-
CMYK0.550.2300.51
HSL205.22º38.12%35.49%-
HSV(B)205.22º55.2%49.02%-
XYZ9.5210.6920.96-
YUV87.35149.25105.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.22%
GREEN value IS 96 (37.89% from 255) = 34.66%
BLUE value IS 125 (49.22% from 255) = 45.13%
R=20.22%
G=34.66%
B=45.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56961250.550.2300.51205.2238.1235.49
Hex38607D3717033cd2623
Octal7014017567270633154643
Binary1110001100000111110111011110111011001111001101100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38607D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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