#38266E

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

Shades of Minsk #38266E

Tints of Minsk #38266E

Color information

#38266E (or 0x38266E) is unknown color: approx Minsk. HEX triplet: 38, 26 and 6E. RGB value is (56,38,110). Sum of RGB (Red+Green+Blue) = 56+38+110=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 110 (43.36% from 255 or 53.92% from 204); Max value from RGB is 110 - color contains mainly: blue. Hex color #38266E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38266E is #C7D991. Grayscale: #333333. Windows color (decimal): -13097362 or 7218744. OLE color: 7218744.

HSL color Cylindrical-coordinate representation of color #38266E: hue angle of 255º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38266E is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5638110-
CMYK0.490.6500.57
HSL255º48.65%29.02%-
HSV(B)255º65.45%43.14%-
XYZ5.143.3515.13-
YUV51.59160.96131.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.45%
GREEN value IS 38 (15.23% from 255) = 18.63%
BLUE value IS 110 (43.36% from 255) = 53.92%
R=27.45%
G=18.63%
B=53.92%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal56381100.490.6500.5725548.6529.02
Hex38266E3141039ff311d
Octal7046156611010713776135
Binary1110001001101101110110001100000101110011111111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38266E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,38,110); }

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

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

 a { background-color: rgb(56,38,110); }

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

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

 span { border-color: rgb(56,38,110); }

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