#38607F

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

Shades of Matisse #38607F

Tints of Matisse #38607F

Color information

#38607F (or 0x38607F) is unknown color: approx Matisse. HEX triplet: 38, 60 and 7F. RGB value is (56,96,127). Sum of RGB (Red+Green+Blue) = 56+96+127=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 127 - color contains mainly: blue. Hex color #38607F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38607F is #C79F80. Grayscale: #575757. Windows color (decimal): -13082497 or 8347704. OLE color: 8347704.

HSL color Cylindrical-coordinate representation of color #38607F: hue angle of 206.2º 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 #38607F is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5696127-
CMYK0.560.2400.50
HSL206.2º38.8%35.88%-
HSV(B)206.2º55.91%49.8%-
XYZ9.6410.7421.64-
YUV87.57150.25105.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.07%
GREEN value IS 96 (37.89% from 255) = 34.41%
BLUE value IS 127 (50% from 255) = 45.52%
R=20.07%
G=34.41%
B=45.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56961270.560.2400.50206.238.835.88
Hex38607F3818032ce2724
Octal7014017770300623164744
Binary1110001100000111111111100011000011001011001110100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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