Html Css Color HEX #383262 Minsk

📋 copy color: '#383262'

red 56 ◦ green 50 ◦ blue 98

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

Shades of Minsk #383262

Tints of Minsk #383262

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.51%

 BLUE value IS 98 (38.67% from 255) = 48.04%

R = 27.45%
G = 24.51%
B = 48.04%

CMYK

 C value IS 0.43

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#383262 (or 0x383262) is known color: Minsk. HEX triplet: 38, 32 and 62. RGB value is (56,50,98). Sum of RGB (Red+Green+Blue) = 56+50+98=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 98 (38.67% from 255 or 48.04% from 204); Max value from RGB is 98 - color contains mainly: blue. Hex color #383262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383262 is #C7CD9D. Grayscale: #393939. Windows color (decimal): -13094302 or 6435384. OLE color: 6435384.

HSL color Cylindrical-coordinate representation of color #383262: hue angle of 247.5º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #383262 is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 50 98 -
CMYK 0.43 0.49 0 0.62
HSL 247.5º 0.32% 0.29% -
HSV(B) 247.5º 0.49% 0.38% -
XYZ 4.98 4 12.07 -
YUV 57.27 150.99 127.1 -
System Red Green Blue C M Y K H S L
Decimal 56 50 98 0.43 0.49 0 0.62 247.5 0.32 0.29
Hex 38 32 62 2B 31 0 3E F8 20 1D
Octal 70 62 142 53 61 0 76 370 40 35
Binary 111000 110010 1100010 101011 110001 0 111110 11111000 100000 11101

Color Harmonies of #383262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383262

Black with #383262

Text Example


Text Example

White with #383262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383262; }

 p { color: rgb(56,50,98); }

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

background-color css

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

 a { background-color: rgb(56,50,98); }

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

border-color css

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

 span { border-color: rgb(56,50,98); }

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