#38276A

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

Shades of Minsk #38276A

Tints of Minsk #38276A

Color information

#38276A (or 0x38276A) is unknown color: approx Minsk. HEX triplet: 38, 27 and 6A. RGB value is (56,39,106). Sum of RGB (Red+Green+Blue) = 56+39+106=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 106 (41.80% from 255 or 52.74% from 201); Max value from RGB is 106 - color contains mainly: blue. Hex color #38276A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38276A is #C7D895. Grayscale: #333333. Windows color (decimal): -13097110 or 6956856. OLE color: 6956856.

HSL color Cylindrical-coordinate representation of color #38276A: hue angle of 255.22º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38276A is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5639106-
CMYK0.470.6300.58
HSL255.22º46.21%28.43%-
HSV(B)255.22º63.21%41.57%-
XYZ4.963.3314.02-
YUV51.72158.63131.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.86%
GREEN value IS 39 (15.62% from 255) = 19.40%
BLUE value IS 106 (41.80% from 255) = 52.74%
R=27.86%
G=19.40%
B=52.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56391060.470.6300.58255.2246.2128.43
Hex38276A2F3F03Aff2e1c
Octal704715257770723775634
Binary111000100111110101010111111111101110101111111110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38276A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38276A; }

 p { color: rgb(56,39,106); }

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

<style>
 a { background-color: #38276A; }

 a { background-color: rgb(56,39,106); }

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

<style>
 span { border-color: #38276A; }

 span { border-color: rgb(56,39,106); }

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