Html Css Color HEX #352677 Minsk

📋 copy color: '#352677'

red 53 ◦ green 38 ◦ blue 119

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

Shades of Minsk #352677

Tints of Minsk #352677

RGB

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

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

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

R = 25.24%
G = 18.1%
B = 56.67%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#352677 (or 0x352677) is known color: Minsk. HEX triplet: 35, 26 and 77. RGB value is (53,38,119). Sum of RGB (Red+Green+Blue) = 53+38+119=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 119 (46.88% from 255 or 56.67% from 210); Max value from RGB is 119 - color contains mainly: blue. Hex color #352677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352677 is #CAD988. Grayscale: #333333. Windows color (decimal): -13293961 or 7808565. OLE color: 7808565.

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

Color convert

RGB 53 38 119 -
CMYK 0.55 0.68 0 0.53
HSL 251.11º 0.52% 0.31% -
HSV(B) 251.11º 0.68% 0.47% -
XYZ 5.49 3.48 17.83 -
YUV 51.72 165.97 128.91 -
System Red Green Blue C M Y K H S L
Decimal 53 38 119 0.55 0.68 0 0.53 251.11 0.52 0.31
Hex 35 26 77 37 44 0 35 FB 34 1F
Octal 65 46 167 67 104 0 65 373 64 37
Binary 110101 100110 1110111 110111 1000100 0 110101 11111011 110100 11111

Color Harmonies of #352677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352677

Black with #352677

Text Example


Text Example

White with #352677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352677; }

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

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

background-color css

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

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

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

border-color css

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

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

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