Html Css Color HEX #38286D Minsk

📋 copy color: '#38286D'

red 56 ◦ green 40 ◦ blue 109

#38286D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Minsk #38286D

Tints of Minsk #38286D

RGB

 RED value IS 56 (22.27% from 255) = 27.32%

 GREEN value IS 40 (16.02% from 255) = 19.51%

 BLUE value IS 109 (42.97% from 255) = 53.17%

R = 27.32%
G = 19.51%
B = 53.17%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#38286D (or 0x38286D) is known color: Minsk. HEX triplet: 38, 28 and 6D. RGB value is (56,40,109). Sum of RGB (Red+Green+Blue) = 56+40+109=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #38286D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38286D is #C7D792. Grayscale: #343434. Windows color (decimal): -13096851 or 7153720. OLE color: 7153720.

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

Color convert

RGB 56 40 109 -
CMYK 0.49 0.63 0 0.57
HSL 253.91º 0.46% 0.29% -
HSV(B) 253.91º 0.63% 0.43% -
XYZ 5.15 3.46 14.86 -
YUV 52.65 159.8 130.39 -
System Red Green Blue C M Y K H S L
Decimal 56 40 109 0.49 0.63 0 0.57 253.91 0.46 0.29
Hex 38 28 6D 31 3F 0 39 FE 2E 1D
Octal 70 50 155 61 77 0 71 376 56 35
Binary 111000 101000 1101101 110001 111111 0 111001 11111110 101110 11101

Color Harmonies of #38286D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38286D

Black with #38286D

Text Example


Text Example

White with #38286D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,40,109); }

 H1.HeaderClassName
 {
   color: #38286D;
 }
 .AnyTagClassName
 {
   color: #38286D;
 }
</style>

background-color css

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

 a { background-color: rgb(56,40,109); }

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

border-color css

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

 span { border-color: rgb(56,40,109); }

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