Html Css Color HEX #362B6E Minsk

📋 copy color: '#362B6E'

red 54 ◦ green 43 ◦ blue 110

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

Shades of Minsk #362B6E

Tints of Minsk #362B6E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.77%

 BLUE value IS 110 (43.36% from 255) = 53.14%

R = 26.09%
G = 20.77%
B = 53.14%

CMYK

 C value IS 0.51

 M value IS 0.61

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#362B6E (or 0x362B6E) is known color: Minsk. HEX triplet: 36, 2B and 6E. RGB value is (54,43,110). Sum of RGB (Red+Green+Blue) = 54+43+110=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 43 (17.19% from 255 or 20.77% from 207); Blue value is 110 (43.36% from 255 or 53.14% from 207); Max value from RGB is 110 - color contains mainly: blue. Hex color #362B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362B6E is #C9D491. Grayscale: #353535. Windows color (decimal): -13227154 or 7220022. OLE color: 7220022.

HSL color Cylindrical-coordinate representation of color #362B6E: hue angle of 249.85º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #362B6E is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 54 43 110 -
CMYK 0.51 0.61 0 0.57
HSL 249.85º 0.44% 0.3% -
HSV(B) 249.85º 0.61% 0.43% -
XYZ 5.2 3.64 15.18 -
YUV 53.93 159.64 128.05 -
System Red Green Blue C M Y K H S L
Decimal 54 43 110 0.51 0.61 0 0.57 249.85 0.44 0.3
Hex 36 2B 6E 33 3D 0 39 FA 2C 1E
Octal 66 53 156 63 75 0 71 372 54 36
Binary 110110 101011 1101110 110011 111101 0 111001 11111010 101100 11110

Color Harmonies of #362B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362B6E

Black with #362B6E

Text Example


Text Example

White with #362B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362B6E; }

 p { color: rgb(54,43,110); }

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

background-color css

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

 a { background-color: rgb(54,43,110); }

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

border-color css

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

 span { border-color: rgb(54,43,110); }

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