#38647B

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

Shades of Matisse #38647B

Tints of Matisse #38647B

Color information

#38647B (or 0x38647B) is unknown color: approx Matisse. HEX triplet: 38, 64 and 7B. RGB value is (56,100,123). Sum of RGB (Red+Green+Blue) = 56+100+123=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 123 - color contains mainly: blue. Hex color #38647B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38647B is #C79B84. Grayscale: #595959. Windows color (decimal): -13081477 or 8086584. OLE color: 8086584.

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

Color convert

RGB56100123-
CMYK0.540.1900.52
HSL200.6º37.43%35.1%-
HSV(B)200.6º54.47%48.24%-
XYZ9.7611.3920.42-
YUV89.47146.92104.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.07%
GREEN value IS 100 (39.45% from 255) = 35.84%
BLUE value IS 123 (48.44% from 255) = 44.09%
R=20.07%
G=35.84%
B=44.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal561001230.540.1900.52200.637.4335.1
Hex38647B3613034c92523
Octal7014417366230643114543
Binary1110001100100111101111011010011011010011001001100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38647B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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