Html Css Color HEX #345294 Tory Blue

📋 copy color: '#345294'

red 52 ◦ green 82 ◦ blue 148

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

Shades of Tory Blue #345294

Tints of Tory Blue #345294

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.08%

 BLUE value IS 148 (58.2% from 255) = 52.48%

R = 18.44%
G = 29.08%
B = 52.48%

CMYK

 C value IS 0.65

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#345294 (or 0x345294) is known color: Tory Blue. HEX triplet: 34, 52 and 94. RGB value is (52,82,148). Sum of RGB (Red+Green+Blue) = 52+82+148=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 148 (58.20% from 255 or 52.48% from 282); Max value from RGB is 148 - color contains mainly: blue. Hex color #345294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345294 is #CBAD6B. Grayscale: #505050. Windows color (decimal): -13348204 or 9720372. OLE color: 9720372.

HSL color Cylindrical-coordinate representation of color #345294: hue angle of 221.25º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #345294 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 82 148 -
CMYK 0.65 0.45 0 0.42
HSL 221.25º 0.48% 0.39% -
HSV(B) 221.25º 0.65% 0.58% -
XYZ 9.78 8.9 29.22 -
YUV 80.55 166.06 107.63 -
System Red Green Blue C M Y K H S L
Decimal 52 82 148 0.65 0.45 0 0.42 221.25 0.48 0.39
Hex 34 52 94 41 2D 0 2A DD 30 27
Octal 64 122 224 101 55 0 52 335 60 47
Binary 110100 1010010 10010100 1000001 101101 0 101010 11011101 110000 100111

Color Harmonies of #345294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345294

Black with #345294

Text Example


Text Example

White with #345294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345294; }

 p { color: rgb(52,82,148); }

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

background-color css

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

 a { background-color: rgb(52,82,148); }

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

border-color css

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

 span { border-color: rgb(52,82,148); }

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