Html Css Color HEX #352A7B Minsk

📋 copy color: '#352A7B'

red 53 ◦ green 42 ◦ blue 123

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

Shades of Minsk #352A7B

Tints of Minsk #352A7B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.27%

 BLUE value IS 123 (48.44% from 255) = 56.42%

R = 24.31%
G = 19.27%
B = 56.42%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#352A7B (or 0x352A7B) is known color: Minsk. HEX triplet: 35, 2A and 7B. RGB value is (53,42,123). Sum of RGB (Red+Green+Blue) = 53+42+123=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 123 (48.44% from 255 or 56.42% from 218); Max value from RGB is 123 - color contains mainly: blue. Hex color #352A7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352A7B is #CAD584. Grayscale: #363636. Windows color (decimal): -13292933 or 8071733. OLE color: 8071733.

HSL color Cylindrical-coordinate representation of color #352A7B: hue angle of 248.15º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #352A7B is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 53 42 123 -
CMYK 0.57 0.66 0 0.52
HSL 248.15º 0.49% 0.32% -
HSV(B) 248.15º 0.66% 0.48% -
XYZ 5.87 3.84 19.17 -
YUV 54.52 166.64 126.91 -
System Red Green Blue C M Y K H S L
Decimal 53 42 123 0.57 0.66 0 0.52 248.15 0.49 0.32
Hex 35 2A 7B 39 42 0 34 F8 31 20
Octal 65 52 173 71 102 0 64 370 61 40
Binary 110101 101010 1111011 111001 1000010 0 110100 11111000 110001 100000

Color Harmonies of #352A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352A7B

Black with #352A7B

Text Example


Text Example

White with #352A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,42,123); }

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

background-color css

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

 a { background-color: rgb(53,42,123); }

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

border-color css

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

 span { border-color: rgb(53,42,123); }

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