Html Css Color HEX #345390 Tory Blue

📋 copy color: '#345390'

red 52 ◦ green 83 ◦ blue 144

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

Shades of Tory Blue #345390

Tints of Tory Blue #345390

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.75%

 BLUE value IS 144 (56.64% from 255) = 51.61%

R = 18.64%
G = 29.75%
B = 51.61%

CMYK

 C value IS 0.64

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#345390 (or 0x345390) is known color: Tory Blue. HEX triplet: 34, 53 and 90. RGB value is (52,83,144). Sum of RGB (Red+Green+Blue) = 52+83+144=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #345390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345390 is #CBAC6F. Grayscale: #505050. Windows color (decimal): -13347952 or 9458484. OLE color: 9458484.

HSL color Cylindrical-coordinate representation of color #345390: hue angle of 219.78º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #345390 is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 83 144 -
CMYK 0.64 0.42 0 0.44
HSL 219.78º 0.47% 0.38% -
HSV(B) 219.78º 0.64% 0.56% -
XYZ 9.54 8.93 27.61 -
YUV 80.69 163.73 107.54 -
System Red Green Blue C M Y K H S L
Decimal 52 83 144 0.64 0.42 0 0.44 219.78 0.47 0.38
Hex 34 53 90 40 2A 0 2C DC 2F 26
Octal 64 123 220 100 52 0 54 334 57 46
Binary 110100 1010011 10010000 1000000 101010 0 101100 11011100 101111 100110

Color Harmonies of #345390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345390

Black with #345390

Text Example


Text Example

White with #345390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345390; }

 p { color: rgb(52,83,144); }

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

background-color css

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

 a { background-color: rgb(52,83,144); }

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

border-color css

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

 span { border-color: rgb(52,83,144); }

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