Html Css Color HEX #34297B Minsk

📋 copy color: '#34297B'

red 52 ◦ green 41 ◦ blue 123

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

Shades of Minsk #34297B

Tints of Minsk #34297B

RGB

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

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

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

R = 24.07%
G = 18.98%
B = 56.94%

CMYK

 C value IS 0.58

 M value IS 0.67

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#34297B (or 0x34297B) is known color: Minsk. HEX triplet: 34, 29 and 7B. RGB value is (52,41,123). Sum of RGB (Red+Green+Blue) = 52+41+123=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 123 (48.44% from 255 or 56.94% from 216); Max value from RGB is 123 - color contains mainly: blue. Hex color #34297B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34297B is #CBD684. Grayscale: #353535. Windows color (decimal): -13358725 or 8071476. OLE color: 8071476.

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

Color convert

RGB 52 41 123 -
CMYK 0.58 0.67 0 0.52
HSL 248.05º 0.5% 0.32% -
HSV(B) 248.05º 0.67% 0.48% -
XYZ 5.78 3.75 19.16 -
YUV 53.64 167.14 126.83 -
System Red Green Blue C M Y K H S L
Decimal 52 41 123 0.58 0.67 0 0.52 248.05 0.5 0.32
Hex 34 29 7B 3A 43 0 34 F8 32 20
Octal 64 51 173 72 103 0 64 370 62 40
Binary 110100 101001 1111011 111010 1000011 0 110100 11111000 110010 100000

Color Harmonies of #34297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34297B

Black with #34297B

Text Example


Text Example

White with #34297B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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