Html Css Color HEX #362D69 Minsk

📋 copy color: '#362D69'

red 54 ◦ green 45 ◦ blue 105

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

Shades of Minsk #362D69

Tints of Minsk #362D69

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.06%

 BLUE value IS 105 (41.41% from 255) = 51.47%

R = 26.47%
G = 22.06%
B = 51.47%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#362D69 (or 0x362D69) is known color: Minsk. HEX triplet: 36, 2D and 69. RGB value is (54,45,105). Sum of RGB (Red+Green+Blue) = 54+45+105=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 45 (17.97% from 255 or 22.06% from 204); Blue value is 105 (41.41% from 255 or 51.47% from 204); Max value from RGB is 105 - color contains mainly: blue. Hex color #362D69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362D69 is #C9D296. Grayscale: #363636. Windows color (decimal): -13226647 or 6892854. OLE color: 6892854.

HSL color Cylindrical-coordinate representation of color #362D69: hue angle of 249º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #362D69 is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 54 45 105 -
CMYK 0.49 0.57 0 0.59
HSL 249º 0.4% 0.29% -
HSV(B) 249º 0.57% 0.41% -
XYZ 5.01 3.68 13.81 -
YUV 54.53 156.48 127.62 -
System Red Green Blue C M Y K H S L
Decimal 54 45 105 0.49 0.57 0 0.59 249 0.4 0.29
Hex 36 2D 69 31 39 0 3B F9 28 1D
Octal 66 55 151 61 71 0 73 371 50 35
Binary 110110 101101 1101001 110001 111001 0 111011 11111001 101000 11101

Color Harmonies of #362D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362D69

Black with #362D69

Text Example


Text Example

White with #362D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,45,105); }

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

background-color css

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

 a { background-color: rgb(54,45,105); }

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

border-color css

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

 span { border-color: rgb(54,45,105); }

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