Html Css Color HEX #345792 Tory Blue

📋 copy color: '#345792'

red 52 ◦ green 87 ◦ blue 146

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

Shades of Tory Blue #345792

Tints of Tory Blue #345792

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.53%

 BLUE value IS 146 (57.42% from 255) = 51.23%

R = 18.25%
G = 30.53%
B = 51.23%

CMYK

 C value IS 0.64

 M value IS 0.40

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#345792 (or 0x345792) is known color: Tory Blue. HEX triplet: 34, 57 and 92. RGB value is (52,87,146). Sum of RGB (Red+Green+Blue) = 52+87+146=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #345792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345792 is #CBA86D. Grayscale: #525252. Windows color (decimal): -13346926 or 9590580. OLE color: 9590580.

HSL color Cylindrical-coordinate representation of color #345792: hue angle of 217.66º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #345792 is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 87 146 -
CMYK 0.64 0.40 0 0.43
HSL 217.66º 0.47% 0.39% -
HSV(B) 217.66º 0.64% 0.57% -
XYZ 10.01 9.62 28.52 -
YUV 83.26 163.4 105.7 -
System Red Green Blue C M Y K H S L
Decimal 52 87 146 0.64 0.40 0 0.43 217.66 0.47 0.39
Hex 34 57 92 40 28 0 2B DA 2F 27
Octal 64 127 222 100 50 0 53 332 57 47
Binary 110100 1010111 10010010 1000000 101000 0 101011 11011010 101111 100111

Color Harmonies of #345792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345792

Black with #345792

Text Example


Text Example

White with #345792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345792; }

 p { color: rgb(52,87,146); }

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

background-color css

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

 a { background-color: rgb(52,87,146); }

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

border-color css

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

 span { border-color: rgb(52,87,146); }

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