Html Css Color HEX #34297C Minsk

📋 copy color: '#34297C'

red 52 ◦ green 41 ◦ blue 124

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

Shades of Minsk #34297C

Tints of Minsk #34297C

RGB

 RED value IS 52 (20.7% from 255) = 23.96%

 GREEN value IS 41 (16.41% from 255) = 18.89%

 BLUE value IS 124 (48.83% from 255) = 57.14%

R = 23.96%
G = 18.89%
B = 57.14%

CMYK

 C value IS 0.58

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#34297C (or 0x34297C) is known color: Minsk. HEX triplet: 34, 29 and 7C. RGB value is (52,41,124). Sum of RGB (Red+Green+Blue) = 52+41+124=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 124 (48.83% from 255 or 57.14% from 217); Max value from RGB is 124 - color contains mainly: blue. Hex color #34297C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34297C is #CBD683. Grayscale: #353535. Windows color (decimal): -13358724 or 8137012. OLE color: 8137012.

HSL color Cylindrical-coordinate representation of color #34297C: hue angle of 247.95º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34297C is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 41 124 -
CMYK 0.58 0.67 0 0.51
HSL 247.95º 0.5% 0.32% -
HSV(B) 247.95º 0.67% 0.49% -
XYZ 5.85 3.77 19.49 -
YUV 53.75 167.64 126.75 -
System Red Green Blue C M Y K H S L
Decimal 52 41 124 0.58 0.67 0 0.51 247.95 0.5 0.32
Hex 34 29 7C 3A 43 0 33 F8 32 20
Octal 64 51 174 72 103 0 63 370 62 40
Binary 110100 101001 1111100 111010 1000011 0 110011 11111000 110010 100000

Color Harmonies of #34297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34297C

Black with #34297C

Text Example


Text Example

White with #34297C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34297C; }

 p { color: rgb(52,41,124); }

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

background-color css

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

 a { background-color: rgb(52,41,124); }

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

border-color css

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

 span { border-color: rgb(52,41,124); }

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