Html Css Color HEX #352C6F Minsk

📋 copy color: '#352C6F'

red 53 ◦ green 44 ◦ blue 111

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

Shades of Minsk #352C6F

Tints of Minsk #352C6F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.15%

 BLUE value IS 111 (43.75% from 255) = 53.37%

R = 25.48%
G = 21.15%
B = 53.37%

CMYK

 C value IS 0.52

 M value IS 0.60

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#352C6F (or 0x352C6F) is known color: Minsk. HEX triplet: 35, 2C and 6F. RGB value is (53,44,111). Sum of RGB (Red+Green+Blue) = 53+44+111=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 44 (17.58% from 255 or 21.15% from 208); Blue value is 111 (43.75% from 255 or 53.37% from 208); Max value from RGB is 111 - color contains mainly: blue. Hex color #352C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352C6F is #CAD390. Grayscale: #363636. Windows color (decimal): -13292433 or 7285813. OLE color: 7285813.

HSL color Cylindrical-coordinate representation of color #352C6F: hue angle of 248.06º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #352C6F is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 44 111 -
CMYK 0.52 0.60 0 0.56
HSL 248.06º 0.43% 0.3% -
HSV(B) 248.06º 0.6% 0.44% -
XYZ 5.24 3.71 15.48 -
YUV 54.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 53 44 111 0.52 0.60 0 0.56 248.06 0.43 0.3
Hex 35 2C 6F 34 3C 0 38 F8 2B 1E
Octal 65 54 157 64 74 0 70 370 53 36
Binary 110101 101100 1101111 110100 111100 0 111000 11111000 101011 11110

Color Harmonies of #352C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352C6F

Black with #352C6F

Text Example


Text Example

White with #352C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352C6F; }

 p { color: rgb(53,44,111); }

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

background-color css

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

 a { background-color: rgb(53,44,111); }

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

border-color css

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

 span { border-color: rgb(53,44,111); }

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