Html Css Color HEX #34469D Tory Blue

📋 copy color: '#34469D'

red 52 ◦ green 70 ◦ blue 157

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

Shades of Tory Blue #34469D

Tints of Tory Blue #34469D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.09%

 BLUE value IS 157 (61.72% from 255) = 56.27%

R = 18.64%
G = 25.09%
B = 56.27%

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

#34469D (or 0x34469D) is known color: Tory Blue. HEX triplet: 34, 46 and 9D. RGB value is (52,70,157). Sum of RGB (Red+Green+Blue) = 52+70+157=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 157 (61.72% from 255 or 56.27% from 279); Max value from RGB is 157 - color contains mainly: blue. Hex color #34469D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34469D is #CBB962. Grayscale: #4A4A4A. Windows color (decimal): -13351267 or 10307124. OLE color: 10307124.

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

Color convert

RGB 52 70 157 -
CMYK 0.67 0.55 0 0.38
HSL 229.71º 0.5% 0.41% -
HSV(B) 229.71º 0.67% 0.62% -
XYZ 9.69 7.54 32.84 -
YUV 74.54 174.54 111.93 -
System Red Green Blue C M Y K H S L
Decimal 52 70 157 0.67 0.55 0 0.38 229.71 0.5 0.41
Hex 34 46 9D 43 37 0 26 E6 32 29
Octal 64 106 235 103 67 0 46 346 62 51
Binary 110100 1000110 10011101 1000011 110111 0 100110 11100110 110010 101001

Color Harmonies of #34469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34469D

Black with #34469D

Text Example


Text Example

White with #34469D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,70,157); }

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

background-color css

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

 a { background-color: rgb(52,70,157); }

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

border-color css

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

 span { border-color: rgb(52,70,157); }

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