Html Css Color HEX #382F64 Minsk

📋 copy color: '#382F64'

red 56 ◦ green 47 ◦ blue 100

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

Shades of Minsk #382F64

Tints of Minsk #382F64

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.15%

 BLUE value IS 100 (39.45% from 255) = 49.26%

R = 27.59%
G = 23.15%
B = 49.26%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#382F64 (or 0x382F64) is known color: Minsk. HEX triplet: 38, 2F and 64. RGB value is (56,47,100). Sum of RGB (Red+Green+Blue) = 56+47+100=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 47 (18.75% from 255 or 23.15% from 203); Blue value is 100 (39.45% from 255 or 49.26% from 203); Max value from RGB is 100 - color contains mainly: blue. Hex color #382F64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382F64 is #C7D09B. Grayscale: #373737. Windows color (decimal): -13095068 or 6565688. OLE color: 6565688.

HSL color Cylindrical-coordinate representation of color #382F64: hue angle of 250.19º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #382F64 is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 56 47 100 -
CMYK 0.44 0.53 0 0.61
HSL 250.19º 0.36% 0.29% -
HSV(B) 250.19º 0.53% 0.39% -
XYZ 4.95 3.79 12.53 -
YUV 55.73 152.98 128.19 -
System Red Green Blue C M Y K H S L
Decimal 56 47 100 0.44 0.53 0 0.61 250.19 0.36 0.29
Hex 38 2F 64 2C 35 0 3D FA 24 1D
Octal 70 57 144 54 65 0 75 372 44 35
Binary 111000 101111 1100100 101100 110101 0 111101 11111010 100100 11101

Color Harmonies of #382F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382F64

Black with #382F64

Text Example


Text Example

White with #382F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382F64; }

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

 H1.HeaderClassName
 {
   color: #382F64;
 }
 .AnyTagClassName
 {
   color: #382F64;
 }
</style>

background-color css

<style>
 a { background-color: #382F64; }

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

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

border-color css

<style>
 span { border-color: #382F64; }

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

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