Html Css Color HEX #345093 Tory Blue

📋 copy color: '#345093'

red 52 ◦ green 80 ◦ blue 147

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

Shades of Tory Blue #345093

Tints of Tory Blue #345093

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.67%

 BLUE value IS 147 (57.81% from 255) = 52.69%

R = 18.64%
G = 28.67%
B = 52.69%

CMYK

 C value IS 0.65

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#345093 (or 0x345093) is known color: Tory Blue. HEX triplet: 34, 50 and 93. RGB value is (52,80,147). Sum of RGB (Red+Green+Blue) = 52+80+147=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 147 (57.81% from 255 or 52.69% from 279); Max value from RGB is 147 - color contains mainly: blue. Hex color #345093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345093 is #CBAF6C. Grayscale: #4E4E4E. Windows color (decimal): -13348717 or 9654324. OLE color: 9654324.

HSL color Cylindrical-coordinate representation of color #345093: hue angle of 222.32º 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 #345093 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 80 147 -
CMYK 0.65 0.46 0 0.42
HSL 222.32º 0.48% 0.39% -
HSV(B) 222.32º 0.65% 0.58% -
XYZ 9.55 8.57 28.76 -
YUV 79.27 166.22 108.55 -
System Red Green Blue C M Y K H S L
Decimal 52 80 147 0.65 0.46 0 0.42 222.32 0.48 0.39
Hex 34 50 93 41 2E 0 2A DE 30 27
Octal 64 120 223 101 56 0 52 336 60 47
Binary 110100 1010000 10010011 1000001 101110 0 101010 11011110 110000 100111

Color Harmonies of #345093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345093

Black with #345093

Text Example


Text Example

White with #345093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345093; }

 p { color: rgb(52,80,147); }

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

background-color css

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

 a { background-color: rgb(52,80,147); }

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

border-color css

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

 span { border-color: rgb(52,80,147); }

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