Html Css Color HEX #34408C Tory Blue

📋 copy color: '#34408C'

red 52 ◦ green 64 ◦ blue 140

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

Shades of Tory Blue #34408C

Tints of Tory Blue #34408C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 54.69%

R = 20.31%
G = 25%
B = 54.69%

CMYK

 C value IS 0.63

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34408C (or 0x34408C) is known color: Tory Blue. HEX triplet: 34, 40 and 8C. RGB value is (52,64,140). Sum of RGB (Red+Green+Blue) = 52+64+140=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 140 (55.08% from 255 or 54.69% from 256); Max value from RGB is 140 - color contains mainly: blue. Hex color #34408C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34408C is #CBBF73. Grayscale: #444444. Windows color (decimal): -13352820 or 9191476. OLE color: 9191476.

HSL color Cylindrical-coordinate representation of color #34408C: hue angle of 231.82º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34408C is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 64 140 -
CMYK 0.63 0.54 0 0.45
HSL 231.82º 0.46% 0.38% -
HSV(B) 231.82º 0.63% 0.55% -
XYZ 7.98 6.29 25.6 -
YUV 69.08 168.02 115.82 -
System Red Green Blue C M Y K H S L
Decimal 52 64 140 0.63 0.54 0 0.45 231.82 0.46 0.38
Hex 34 40 8C 3F 36 0 2D E8 2E 26
Octal 64 100 214 77 66 0 55 350 56 46
Binary 110100 1000000 10001100 111111 110110 0 101101 11101000 101110 100110

Color Harmonies of #34408C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34408C

Black with #34408C

Text Example


Text Example

White with #34408C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34408C; }

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

 H1.HeaderClassName
 {
   color: #34408C;
 }
 .AnyTagClassName
 {
   color: #34408C;
 }
</style>

background-color css

<style>
 a { background-color: #34408C; }

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

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

border-color css

<style>
 span { border-color: #34408C; }

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

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