Html Css Color HEX #352777 Minsk

📋 copy color: '#352777'

red 53 ◦ green 39 ◦ blue 119

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

Shades of Minsk #352777

Tints of Minsk #352777

RGB

 RED value IS 53 (21.09% from 255) = 25.12%

 GREEN value IS 39 (15.63% from 255) = 18.48%

 BLUE value IS 119 (46.88% from 255) = 56.4%

R = 25.12%
G = 18.48%
B = 56.4%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#352777 (or 0x352777) is known color: Minsk. HEX triplet: 35, 27 and 77. RGB value is (53,39,119). Sum of RGB (Red+Green+Blue) = 53+39+119=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 119 (46.88% from 255 or 56.40% from 211); Max value from RGB is 119 - color contains mainly: blue. Hex color #352777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352777 is #CAD888. Grayscale: #343434. Windows color (decimal): -13293705 or 7808821. OLE color: 7808821.

HSL color Cylindrical-coordinate representation of color #352777: hue angle of 250.5º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #352777 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 39 119 -
CMYK 0.55 0.67 0 0.53
HSL 250.5º 0.51% 0.31% -
HSV(B) 250.5º 0.67% 0.47% -
XYZ 5.52 3.54 17.84 -
YUV 52.31 165.64 128.5 -
System Red Green Blue C M Y K H S L
Decimal 53 39 119 0.55 0.67 0 0.53 250.5 0.51 0.31
Hex 35 27 77 37 43 0 35 FB 33 1F
Octal 65 47 167 67 103 0 65 373 63 37
Binary 110101 100111 1110111 110111 1000011 0 110101 11111011 110011 11111

Color Harmonies of #352777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352777

Black with #352777

Text Example


Text Example

White with #352777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352777; }

 p { color: rgb(53,39,119); }

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

background-color css

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

 a { background-color: rgb(53,39,119); }

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

border-color css

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

 span { border-color: rgb(53,39,119); }

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