Html Css Color HEX #383061 Minsk

📋 copy color: '#383061'

red 56 ◦ green 48 ◦ blue 97

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

Shades of Minsk #383061

Tints of Minsk #383061

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.88%

 BLUE value IS 97 (38.28% from 255) = 48.26%

R = 27.86%
G = 23.88%
B = 48.26%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#383061 (or 0x383061) is known color: Minsk. HEX triplet: 38, 30 and 61. RGB value is (56,48,97). Sum of RGB (Red+Green+Blue) = 56+48+97=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 97 - color contains mainly: blue. Hex color #383061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383061 is #C7CF9E. Grayscale: #373737. Windows color (decimal): -13094815 or 6369336. OLE color: 6369336.

HSL color Cylindrical-coordinate representation of color #383061: hue angle of 249.8º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #383061 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 48 97 -
CMYK 0.42 0.51 0 0.62
HSL 249.8º 0.34% 0.28% -
HSV(B) 249.8º 0.51% 0.38% -
XYZ 4.85 3.82 11.79 -
YUV 55.98 151.15 128.02 -
System Red Green Blue C M Y K H S L
Decimal 56 48 97 0.42 0.51 0 0.62 249.8 0.34 0.28
Hex 38 30 61 2A 33 0 3E FA 22 1C
Octal 70 60 141 52 63 0 76 372 42 34
Binary 111000 110000 1100001 101010 110011 0 111110 11111010 100010 11100

Color Harmonies of #383061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383061

Black with #383061

Text Example


Text Example

White with #383061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383061; }

 p { color: rgb(56,48,97); }

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

background-color css

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

 a { background-color: rgb(56,48,97); }

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

border-color css

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

 span { border-color: rgb(56,48,97); }

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