Html Css Color HEX #34409F Tory Blue

📋 copy color: '#34409F'

red 52 ◦ green 64 ◦ blue 159

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

Shades of Tory Blue #34409F

Tints of Tory Blue #34409F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 57.82%

R = 18.91%
G = 23.27%
B = 57.82%

CMYK

 C value IS 0.67

 M value IS 0.60

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#34409F (or 0x34409F) is known color: Tory Blue. HEX triplet: 34, 40 and 9F. RGB value is (52,64,159). Sum of RGB (Red+Green+Blue) = 52+64+159=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 159 (62.5% from 255 or 57.82% from 275); Max value from RGB is 159 - color contains mainly: blue. Hex color #34409F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34409F is #CBBF60. Grayscale: #464646. Windows color (decimal): -13352801 or 10436660. OLE color: 10436660.

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

Color convert

RGB 52 64 159 -
CMYK 0.67 0.60 0 0.38
HSL 233.27º 0.51% 0.41% -
HSV(B) 233.27º 0.67% 0.62% -
XYZ 9.51 6.9 33.63 -
YUV 71.24 177.52 114.28 -
System Red Green Blue C M Y K H S L
Decimal 52 64 159 0.67 0.60 0 0.38 233.27 0.51 0.41
Hex 34 40 9F 43 3C 0 26 E9 33 29
Octal 64 100 237 103 74 0 46 351 63 51
Binary 110100 1000000 10011111 1000011 111100 0 100110 11101001 110011 101001

Color Harmonies of #34409F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34409F

Black with #34409F

Text Example


Text Example

White with #34409F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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