Html Css Color HEX #34408D Tory Blue

📋 copy color: '#34408D'

red 52 ◦ green 64 ◦ blue 141

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

Shades of Tory Blue #34408D

Tints of Tory Blue #34408D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 54.86%

R = 20.23%
G = 24.9%
B = 54.86%

CMYK

 C value IS 0.63

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34408D (or 0x34408D) is known color: Tory Blue. HEX triplet: 34, 40 and 8D. RGB value is (52,64,141). Sum of RGB (Red+Green+Blue) = 52+64+141=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 141 (55.47% from 255 or 54.86% from 257); Max value from RGB is 141 - color contains mainly: blue. Hex color #34408D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34408D is #CBBF72. Grayscale: #444444. Windows color (decimal): -13352819 or 9257012. OLE color: 9257012.

HSL color Cylindrical-coordinate representation of color #34408D: hue angle of 231.91º 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 #34408D is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 64 141 -
CMYK 0.63 0.55 0 0.45
HSL 231.91º 0.46% 0.38% -
HSV(B) 231.91º 0.63% 0.55% -
XYZ 8.06 6.32 25.99 -
YUV 69.19 168.52 115.74 -
System Red Green Blue C M Y K H S L
Decimal 52 64 141 0.63 0.55 0 0.45 231.91 0.46 0.38
Hex 34 40 8D 3F 37 0 2D E8 2E 26
Octal 64 100 215 77 67 0 55 350 56 46
Binary 110100 1000000 10001101 111111 110111 0 101101 11101000 101110 100110

Color Harmonies of #34408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34408D

Black with #34408D

Text Example


Text Example

White with #34408D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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