Html Css Color HEX #34429D Tory Blue

📋 copy color: '#34429D'

red 52 ◦ green 66 ◦ blue 157

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

Shades of Tory Blue #34429D

Tints of Tory Blue #34429D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24%

 BLUE value IS 157 (61.72% from 255) = 57.09%

R = 18.91%
G = 24%
B = 57.09%

CMYK

 C value IS 0.67

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#34429D (or 0x34429D) is known color: Tory Blue. HEX triplet: 34, 42 and 9D. RGB value is (52,66,157). Sum of RGB (Red+Green+Blue) = 52+66+157=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 157 (61.72% from 255 or 57.09% from 275); Max value from RGB is 157 - color contains mainly: blue. Hex color #34429D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34429D is #CBBD62. Grayscale: #474747. Windows color (decimal): -13352291 or 10306100. OLE color: 10306100.

HSL color Cylindrical-coordinate representation of color #34429D: hue angle of 232º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34429D is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 66 157 -
CMYK 0.67 0.58 0 0.38
HSL 232º 0.5% 0.41% -
HSV(B) 232º 0.67% 0.62% -
XYZ 9.45 7.06 32.76 -
YUV 72.19 175.86 113.6 -
System Red Green Blue C M Y K H S L
Decimal 52 66 157 0.67 0.58 0 0.38 232 0.5 0.41
Hex 34 42 9D 43 3A 0 26 E8 32 29
Octal 64 102 235 103 72 0 46 350 62 51
Binary 110100 1000010 10011101 1000011 111010 0 100110 11101000 110010 101001

Color Harmonies of #34429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34429D

Black with #34429D

Text Example


Text Example

White with #34429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34429D; }

 p { color: rgb(52,66,157); }

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

background-color css

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

 a { background-color: rgb(52,66,157); }

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

border-color css

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

 span { border-color: rgb(52,66,157); }

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