Html Css Color HEX #34469C Tory Blue

📋 copy color: '#34469C'

red 52 ◦ green 70 ◦ blue 156

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

Shades of Tory Blue #34469C

Tints of Tory Blue #34469C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 56.12%

R = 18.71%
G = 25.18%
B = 56.12%

CMYK

 C value IS 0.67

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34469C (or 0x34469C) is known color: Tory Blue. HEX triplet: 34, 46 and 9C. RGB value is (52,70,156). Sum of RGB (Red+Green+Blue) = 52+70+156=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 156 (61.33% from 255 or 56.12% from 278); Max value from RGB is 156 - color contains mainly: blue. Hex color #34469C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34469C is #CBB963. Grayscale: #4A4A4A. Windows color (decimal): -13351268 or 10241588. OLE color: 10241588.

HSL color Cylindrical-coordinate representation of color #34469C: hue angle of 229.62º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34469C is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 70 156 -
CMYK 0.67 0.55 0 0.39
HSL 229.62º 0.5% 0.41% -
HSV(B) 229.62º 0.67% 0.61% -
XYZ 9.61 7.51 32.4 -
YUV 74.42 174.04 112.01 -
System Red Green Blue C M Y K H S L
Decimal 52 70 156 0.67 0.55 0 0.39 229.62 0.5 0.41
Hex 34 46 9C 43 37 0 27 E6 32 29
Octal 64 106 234 103 67 0 47 346 62 51
Binary 110100 1000110 10011100 1000011 110111 0 100111 11100110 110010 101001

Color Harmonies of #34469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34469C

Black with #34469C

Text Example


Text Example

White with #34469C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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