Html Css Color HEX #362670 Minsk

📋 copy color: '#362670'

red 54 ◦ green 38 ◦ blue 112

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

Shades of Minsk #362670

Tints of Minsk #362670

RGB

 RED value IS 54 (21.48% from 255) = 26.47%

 GREEN value IS 38 (15.23% from 255) = 18.63%

 BLUE value IS 112 (44.14% from 255) = 54.9%

R = 26.47%
G = 18.63%
B = 54.9%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#362670 (or 0x362670) is known color: Minsk. HEX triplet: 36, 26 and 70. RGB value is (54,38,112). Sum of RGB (Red+Green+Blue) = 54+38+112=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 112 (44.14% from 255 or 54.90% from 204); Max value from RGB is 112 - color contains mainly: blue. Hex color #362670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362670 is #C9D98F. Grayscale: #323232. Windows color (decimal): -13228432 or 7349814. OLE color: 7349814.

HSL color Cylindrical-coordinate representation of color #362670: hue angle of 252.97º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #362670 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 38 112 -
CMYK 0.52 0.66 0 0.56
HSL 252.97º 0.49% 0.29% -
HSV(B) 252.97º 0.66% 0.44% -
XYZ 5.14 3.34 15.7 -
YUV 51.22 162.3 129.98 -
System Red Green Blue C M Y K H S L
Decimal 54 38 112 0.52 0.66 0 0.56 252.97 0.49 0.29
Hex 36 26 70 34 42 0 38 FD 31 1D
Octal 66 46 160 64 102 0 70 375 61 35
Binary 110110 100110 1110000 110100 1000010 0 111000 11111101 110001 11101

Color Harmonies of #362670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362670

Black with #362670

Text Example


Text Example

White with #362670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362670; }

 p { color: rgb(54,38,112); }

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

background-color css

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

 a { background-color: rgb(54,38,112); }

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

border-color css

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

 span { border-color: rgb(54,38,112); }

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