Html Css Color HEX #34409E Tory Blue

📋 copy color: '#34409E'

red 52 ◦ green 64 ◦ blue 158

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

Shades of Tory Blue #34409E

Tints of Tory Blue #34409E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.36%

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

R = 18.98%
G = 23.36%
B = 57.66%

CMYK

 C value IS 0.67

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#34409E (or 0x34409E) is known color: Tory Blue. HEX triplet: 34, 40 and 9E. RGB value is (52,64,158). Sum of RGB (Red+Green+Blue) = 52+64+158=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 158 (62.11% from 255 or 57.66% from 274); Max value from RGB is 158 - color contains mainly: blue. Hex color #34409E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34409E is #CBBF61. Grayscale: #464646. Windows color (decimal): -13352802 or 10371124. OLE color: 10371124.

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

Color convert

RGB 52 64 158 -
CMYK 0.67 0.59 0 0.38
HSL 233.21º 0.5% 0.41% -
HSV(B) 233.21º 0.67% 0.62% -
XYZ 9.42 6.87 33.18 -
YUV 71.13 177.02 114.36 -
System Red Green Blue C M Y K H S L
Decimal 52 64 158 0.67 0.59 0 0.38 233.21 0.5 0.41
Hex 34 40 9E 43 3B 0 26 E9 32 29
Octal 64 100 236 103 73 0 46 351 62 51
Binary 110100 1000000 10011110 1000011 111011 0 100110 11101001 110010 101001

Color Harmonies of #34409E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34409E

Black with #34409E

Text Example


Text Example

White with #34409E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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