Html Css Color HEX #34479E Tory Blue

📋 copy color: '#34479E'

red 52 ◦ green 71 ◦ blue 158

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

Shades of Tory Blue #34479E

Tints of Tory Blue #34479E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.27%

 BLUE value IS 158 (62.11% from 255) = 56.23%

R = 18.51%
G = 25.27%
B = 56.23%

CMYK

 C value IS 0.67

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#34479E (or 0x34479E) is known color: Tory Blue. HEX triplet: 34, 47 and 9E. RGB value is (52,71,158). Sum of RGB (Red+Green+Blue) = 52+71+158=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 158 (62.11% from 255 or 56.23% from 281); Max value from RGB is 158 - color contains mainly: blue. Hex color #34479E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34479E is #CBB861. Grayscale: #4A4A4A. Windows color (decimal): -13351010 or 10372916. OLE color: 10372916.

HSL color Cylindrical-coordinate representation of color #34479E: hue angle of 229.25º 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 #34479E is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 71 158 -
CMYK 0.67 0.55 0 0.38
HSL 229.25º 0.5% 0.41% -
HSV(B) 229.25º 0.67% 0.62% -
XYZ 9.84 7.71 33.32 -
YUV 75.24 174.71 111.43 -
System Red Green Blue C M Y K H S L
Decimal 52 71 158 0.67 0.55 0 0.38 229.25 0.5 0.41
Hex 34 47 9E 43 37 0 26 E5 32 29
Octal 64 107 236 103 67 0 46 345 62 51
Binary 110100 1000111 10011110 1000011 110111 0 100110 11100101 110010 101001

Color Harmonies of #34479E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34479E

Black with #34479E

Text Example


Text Example

White with #34479E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34479E; }

 p { color: rgb(52,71,158); }

 H1.HeaderClassName
 {
   color: #34479E;
 }
 .AnyTagClassName
 {
   color: #34479E;
 }
</style>

background-color css

<style>
 a { background-color: #34479E; }

 a { background-color: rgb(52,71,158); }

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

border-color css

<style>
 span { border-color: #34479E; }

 span { border-color: rgb(52,71,158); }

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