Html Css Color HEX #34559A Tory Blue

📋 copy color: '#34559A'

red 52 ◦ green 85 ◦ blue 154

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

Shades of Tory Blue #34559A

Tints of Tory Blue #34559A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.21%

 BLUE value IS 154 (60.55% from 255) = 52.92%

R = 17.87%
G = 29.21%
B = 52.92%

CMYK

 C value IS 0.66

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#34559A (or 0x34559A) is known color: Tory Blue. HEX triplet: 34, 55 and 9A. RGB value is (52,85,154). Sum of RGB (Red+Green+Blue) = 52+85+154=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 154 (60.55% from 255 or 52.92% from 291); Max value from RGB is 154 - color contains mainly: blue. Hex color #34559A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34559A is #CBAA65. Grayscale: #525252. Windows color (decimal): -13347430 or 10114356. OLE color: 10114356.

HSL color Cylindrical-coordinate representation of color #34559A: hue angle of 220.59º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34559A is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 85 154 -
CMYK 0.66 0.45 0 0.40
HSL 220.59º 0.5% 0.4% -
HSV(B) 220.59º 0.66% 0.6% -
XYZ 10.5 9.56 31.86 -
YUV 83 168.07 105.89 -
System Red Green Blue C M Y K H S L
Decimal 52 85 154 0.66 0.45 0 0.40 220.59 0.5 0.4
Hex 34 55 9A 42 2D 0 28 DD 32 28
Octal 64 125 232 102 55 0 50 335 62 50
Binary 110100 1010101 10011010 1000010 101101 0 101000 11011101 110010 101000

Color Harmonies of #34559A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34559A

Black with #34559A

Text Example


Text Example

White with #34559A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34559A; }

 p { color: rgb(52,85,154); }

 H1.HeaderClassName
 {
   color: #34559A;
 }
 .AnyTagClassName
 {
   color: #34559A;
 }
</style>

background-color css

<style>
 a { background-color: #34559A; }

 a { background-color: rgb(52,85,154); }

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

border-color css

<style>
 span { border-color: #34559A; }

 span { border-color: rgb(52,85,154); }

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