#38647D

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

Shades of Matisse #38647D

Tints of Matisse #38647D

Color information

#38647D (or 0x38647D) is unknown color: approx Matisse. HEX triplet: 38, 64 and 7D. RGB value is (56,100,125). Sum of RGB (Red+Green+Blue) = 56+100+125=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 125 - color contains mainly: blue. Hex color #38647D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38647D is #C79B82. Grayscale: #595959. Windows color (decimal): -13081475 or 8217656. OLE color: 8217656.

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

Color convert

RGB56100125-
CMYK0.550.200.51
HSL201.74º38.12%35.49%-
HSV(B)201.74º55.2%49.02%-
XYZ9.8911.4421.09-
YUV89.69147.92103.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.93%
GREEN value IS 100 (39.45% from 255) = 35.59%
BLUE value IS 125 (49.22% from 255) = 44.48%
R=19.93%
G=35.59%
B=44.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal561001250.550.200.51201.7438.1235.49
Hex38647D3714033ca2623
Octal7014417567240633124643
Binary1110001100100111110111011110100011001111001010100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38647D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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