Html Css Color HEX #362675 Minsk

📋 copy color: '#362675'

red 54 ◦ green 38 ◦ blue 117

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

Shades of Minsk #362675

Tints of Minsk #362675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 55.98%

R = 25.84%
G = 18.18%
B = 55.98%

CMYK

 C value IS 0.54

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#362675 (or 0x362675) is known color: Minsk. HEX triplet: 36, 26 and 75. RGB value is (54,38,117). Sum of RGB (Red+Green+Blue) = 54+38+117=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 117 (46.09% from 255 or 55.98% from 209); Max value from RGB is 117 - color contains mainly: blue. Hex color #362675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362675 is #C9D98A. Grayscale: #333333. Windows color (decimal): -13228427 or 7677494. OLE color: 7677494.

HSL color Cylindrical-coordinate representation of color #362675: hue angle of 252.15º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #362675 is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 38 117 -
CMYK 0.54 0.68 0 0.54
HSL 252.15º 0.51% 0.3% -
HSV(B) 252.15º 0.68% 0.46% -
XYZ 5.43 3.45 17.21 -
YUV 51.79 164.8 129.58 -
System Red Green Blue C M Y K H S L
Decimal 54 38 117 0.54 0.68 0 0.54 252.15 0.51 0.3
Hex 36 26 75 36 44 0 36 FC 33 1E
Octal 66 46 165 66 104 0 66 374 63 36
Binary 110110 100110 1110101 110110 1000100 0 110110 11111100 110011 11110

Color Harmonies of #362675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362675

Black with #362675

Text Example


Text Example

White with #362675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362675; }

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

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

background-color css

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

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

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

border-color css

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

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

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