Html Css Color HEX #382C67 Minsk

📋 copy color: '#382C67'

red 56 ◦ green 44 ◦ blue 103

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

Shades of Minsk #382C67

Tints of Minsk #382C67

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.67%

 BLUE value IS 103 (40.63% from 255) = 50.74%

R = 27.59%
G = 21.67%
B = 50.74%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#382C67 (or 0x382C67) is known color: Minsk. HEX triplet: 38, 2C and 67. RGB value is (56,44,103). Sum of RGB (Red+Green+Blue) = 56+44+103=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 103 (40.62% from 255 or 50.74% from 203); Max value from RGB is 103 - color contains mainly: blue. Hex color #382C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382C67 is #C7D398. Grayscale: #363636. Windows color (decimal): -13095833 or 6761528. OLE color: 6761528.

HSL color Cylindrical-coordinate representation of color #382C67: hue angle of 252.2º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #382C67 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 44 103 -
CMYK 0.46 0.57 0 0.60
HSL 252.2º 0.4% 0.29% -
HSV(B) 252.2º 0.57% 0.4% -
XYZ 4.98 3.62 13.27 -
YUV 54.31 155.48 129.2 -
System Red Green Blue C M Y K H S L
Decimal 56 44 103 0.46 0.57 0 0.60 252.2 0.4 0.29
Hex 38 2C 67 2E 39 0 3C FC 28 1D
Octal 70 54 147 56 71 0 74 374 50 35
Binary 111000 101100 1100111 101110 111001 0 111100 11111100 101000 11101

Color Harmonies of #382C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382C67

Black with #382C67

Text Example


Text Example

White with #382C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,44,103); }

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

background-color css

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

 a { background-color: rgb(56,44,103); }

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

border-color css

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

 span { border-color: rgb(56,44,103); }

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